summary refs log tree commit diff
path: root/emacs.d/core/core-editor.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/core/core-editor.el')
-rw-r--r--emacs.d/core/core-editor.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/emacs.d/core/core-editor.el b/emacs.d/core/core-editor.el
index ebf47c3..a642e30 100644
--- a/emacs.d/core/core-editor.el
+++ b/emacs.d/core/core-editor.el
@@ -1,7 +1,6 @@
 (use-package swiper
   :ensure t
-  :bind (
-         ("C-s"   . swiper))
+  :bind (("C-s"   . swiper))
   :config
   (setq ivy-use-virtual-buffers t)
   (ivy-mode))
@@ -21,8 +20,7 @@
 (use-package dired
   :commands dired
   :init
-  (setq dired-listing-switches
-        "-laGhv"))
+  (setq dired-listing-switches "-laGhv"))
 
 (use-package ag
   :ensure t