Fixed projectile kill function.
This commit is contained in:
parent
8efeff62b8
commit
a72e08ce91
6
init.el
6
init.el
|
@ -1,5 +1,5 @@
|
||||||
;;; init.el --- tastytea's Emacs init file.
|
;;; init.el --- tastytea's Emacs init file.
|
||||||
;;; Time-stamp: <2019-04-07 01:30:28 CEST>
|
;;; Time-stamp: <2019-04-08 21:30:08 CEST>
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;;; I am using this file with Emacs 26, but most of it will probably work with
|
;;; I am using this file with Emacs 26, but most of it will probably work with
|
||||||
|
@ -205,8 +205,10 @@
|
||||||
:init
|
:init
|
||||||
(defun my/projectile-kill-buffers-and-change-tabbar-grouping ()
|
(defun my/projectile-kill-buffers-and-change-tabbar-grouping ()
|
||||||
"Kill project buffers and change tabbar-ruler grouping to user-buffers."
|
"Kill project buffers and change tabbar-ruler grouping to user-buffers."
|
||||||
|
(interactive)
|
||||||
(projectile-kill-buffers)
|
(projectile-kill-buffers)
|
||||||
(tabbar-ruler-group-user-buffers))
|
(tabbar-ruler-group-user-buffers)
|
||||||
|
(neotree-hide))
|
||||||
:config
|
:config
|
||||||
(projectile-mode +1)
|
(projectile-mode +1)
|
||||||
(setq projectile-switch-project-action 'neotree-projectile-action
|
(setq projectile-switch-project-action 'neotree-projectile-action
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
127.0.0.1:51313 22219
|
127.0.0.1:51313 25911
|
||||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user