about summary refs log tree commit diff
path: root/emacs.d/smex-items
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2018-04-25T17·55-0400
committerWilliam Carroll <wpcarro@gmail.com>2018-07-19T16·00-0400
commitcf337a403f1180885207ed29722b517b0dc96e1a (patch)
tree1ec7e9ed460830e1fcb141b33b9f85a991533034 /emacs.d/smex-items
parentfd3989139ea0797c4f189fab6360d444bfd6451a (diff)
Lints emacs directory
Ignores a few noisy files. Removes the dependency to a slack secret.
Diffstat (limited to 'emacs.d/smex-items')
-rw-r--r--emacs.d/smex-items13
1 files changed, 7 insertions, 6 deletions
diff --git a/emacs.d/smex-items b/emacs.d/smex-items
index c3613fa5b700..568779391278 100644
--- a/emacs.d/smex-items
+++ b/emacs.d/smex-items
@@ -1,13 +1,13 @@
 
 ;; ----- smex-history -----
 (
+ ibuffer
+ find-file
  load-theme
  disable-theme
  cycle-themes-mode
- cycle-themes
- rjsx-mode
- enable-theme
- package-list-packages
+ emacs-lisp-macroexpand
+ package-install
 )
 
 ;; ----- smex-data -----
@@ -59,7 +59,7 @@
  (indent-pp-sexp . 1)
  (describe-personal-keybindings . 2)
  (wpc/insert-flow-annotation . 3)
- (ibuffer . 2)
+ (ibuffer . 3)
  (flow-minor-mode . 4)
  (paredit-mode . 1)
  (evil-mode . 6)
@@ -78,7 +78,7 @@
  (counsel-semantic-or-imenu . 1)
  (evil-leader-mode . 9)
  (intero-targets . 5)
- (find-file . 1)
+ (find-file . 2)
  (electric-pair-mode . 8)
  (eval-print-last-sexp . 3)
  (evil-inner-haskell-comment-block . 5)
@@ -157,4 +157,5 @@
  (writeroom-mode . 7)
  (cycle-themes . 2)
  (cycle-themes-mode . 2)
+ (dired-find-file . 1)
 )