summary refs log tree commit diff
path: root/emacs.d/core/core-editor.el
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-02-22 13:52:53 -0800
committerFranck Cuny <franckcuny@gmail.com>2016-02-22 13:53:23 -0800
commit7cfa9075abab2e9cab27cf56194f066b259f6461 (patch)
tree717185016e089a0e3a77633f4fbe7b42d6e34545 /emacs.d/core/core-editor.el
parent[emacs] a few updates to org configuration (diff)
downloademacs.d-7cfa9075abab2e9cab27cf56194f066b259f6461.tar.gz
[emacs] code cleanup
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