summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2018-06-17 09:42:49 +0200
committerAlan Pearce2018-06-17 09:44:48 +0200
commitd7bb93f5ea8f17fe4aedf6340b5aef1dc9f72e5e (patch)
tree5084d9518bded1f192271c2fb96273faba7bf82b /emacs/.emacs.d
parent72b0be3e3810c1b030e151090e5b86953e85bceb (diff)
downloaddotfiles-d7bb93f5ea8f17fe4aedf6340b5aef1dc9f72e5e.tar.lz
dotfiles-d7bb93f5ea8f17fe4aedf6340b5aef1dc9f72e5e.tar.zst
dotfiles-d7bb93f5ea8f17fe4aedf6340b5aef1dc9f72e5e.zip
emacs: reformat
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/main.el6
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