File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 73
73
; ; which-key-mode powaaaa!!
74
74
(require 'which-key )
75
75
(which-key-mode)
76
+
77
+ ; ; guru-mode powaaaa!!
78
+ (require 'guru-mode )
79
+ (guru-global-mode +1 )
80
+ (add-hook 'prog-mode-hook 'guru-mode )
Original file line number Diff line number Diff line change 76
76
; ; which-key
77
77
which-key
78
78
79
+ ; ; emacs-fu
80
+ guru-mode
81
+
79
82
; ; avy
80
83
avy
81
84
165
168
; ; If there is more than one, they won't work right.
166
169
'(coffee-tab-width 2 )
167
170
'(package-selected-packages
168
- '(cider-eval-sexp-fu magit tagedit rainbow-delimiters projectile smex ido-completing-read+ cider clojure-mode-extra-font-locking clojure-mode paredit exec-path-from-shell)))
171
+ '(cider-eval-sexp-fu magit tagedit rainbow-delimiters projectile smex ido-completing-read+ cider clojure-mode-extra-font-locking clojure-mode paredit exec-path-from-shell guru-mode )))
169
172
(custom-set-faces
170
173
; ; custom-set-faces was added by Custom.
171
174
; ; If you edit it by hand, you could mess it up, so be careful.
You can’t perform that action at this time.
0 commit comments