diff options
-rw-r--r-- | emacs/.emacs.d/main.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index a09b4de..1ceadba 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -823,6 +823,7 @@ :defer 15 :config (progn (setq password-store-password-length 16))) + ;;;; Buffers ;;;;; Ibuffer @@ -865,6 +866,7 @@ :defer 15 :config (progn (global-relative-buffers-mode))) + ;;;;; Narrowing ;; Enable it without prompting @@ -1837,8 +1839,6 @@ With prefix TO-CURRENT-BUFFER, insert command output into buffer." :config (progn (setq go-projectile-switch-gopath 'maybe))) - - ;;;;; ggtags ;; A nice completion backend for programming modes. @@ -2399,8 +2399,6 @@ Pass optional ARG to `eshell' (which see)." (eshell/cd dir))) (bind-key "C-c S" #'eshell-goto-current-dir) - - ;;;;;; Shells (use-package shell |