projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[emacs] remove notmuch{,-counsel}
[~bandali/configs]
/
init.org
diff --git
a/init.org
b/init.org
index
ea41e65
..
3af265d
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-722,11
+722,11
@@
customizing it.
(setq evil-want-visual-char-semi-exclusive t)
(setq evil-want-visual-char-semi-exclusive t)
- ;;
motion state mode
s
- (dolist (m
ode '(ebdb-mode
- helpful-mode
-
view-mode
))
- (evil-set-initial-state
mode 'motion
))
+ ;;
custom mode state mapping
s
+ (dolist (m
spair '((ebdb-mode . emacs)
+ (helpful-mode . motion)
+
(view-mode . motion)
))
+ (evil-set-initial-state
(car mspair) (cdr mspair)
))
;; fix tab and indentation in src blocks inside org-mode buffer
;; also see https://git.sr.ht/~bandali/dotfiles/commit/0e2ffd584aafdd4cf256bcdf2473f01c3aaaed55
;; fix tab and indentation in src blocks inside org-mode buffer
;; also see https://git.sr.ht/~bandali/dotfiles/commit/0e2ffd584aafdd4cf256bcdf2473f01c3aaaed55