Skip to content

Commit 817b014

Browse files
committed
Add guru-mode for emacs-fu
1 parent f8b66e4 commit 817b014

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

customizations/navigation.el

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,8 @@
7373
;; which-key-mode powaaaa!!
7474
(require 'which-key)
7575
(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)

init.el

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@
7676
;; which-key
7777
which-key
7878

79+
;; emacs-fu
80+
guru-mode
81+
7982
;; avy
8083
avy
8184

@@ -165,7 +168,7 @@
165168
;; If there is more than one, they won't work right.
166169
'(coffee-tab-width 2)
167170
'(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)))
169172
(custom-set-faces
170173
;; custom-set-faces was added by Custom.
171174
;; If you edit it by hand, you could mess it up, so be careful.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy