projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[emacs/gnus] fix archive group
[~bandali/configs]
/
init.org
diff --git
a/init.org
b/init.org
index
ea41e65
..
a6e4d11
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
@@
-790,6
+790,9
@@
customizing it.
(amin--leader-keys
"/" '(:ignore t :wk "search")
(amin--leader-keys
"/" '(:ignore t :wk "search")
+ "a" '(:ignore t :wk "apps")
+ "a i" 'ielm
+
"b" '(:ignore t :wk "buffers")
"b k" 'kill-this-buffer
"b s" 'save-buffer
"b" '(:ignore t :wk "buffers")
"b k" 'kill-this-buffer
"b s" 'save-buffer
@@
-798,8
+801,6
@@
customizing it.
"e b" 'eval-buffer
"e r" 'eval-region
"e b" 'eval-buffer
"e r" 'eval-region
- "e e" 'shell-pop
-
"f" '(:ignore t :wk "files")
"F" '(:ignore t :wk "frames")
"f" '(:ignore t :wk "files")
"F" '(:ignore t :wk "frames")
@@
-1780,6
+1781,7
@@
Emacs package that displays available keybindings in popup
#+begin_src emacs-lisp
(use-package shell-pop
:defer 1
#+begin_src emacs-lisp
(use-package shell-pop
:defer 1
+ :general (amin--leader-keys "a s" 'shell-pop)
:init
(setq shell-pop-universal-key "C-c e"
shell-pop-shell-type '("eshell" "*eshell*" (lambda nil (eshell)))))
:init
(setq shell-pop-universal-key "C-c e"
shell-pop-shell-type '("eshell" "*eshell*" (lambda nil (eshell)))))
@@
-2051,7
+2053,7
@@
For when I /have to/ use GH.
(nnimap-server-port 143)
(nnimap-authenticator plain)
(nnimap-user "abandali@uwaterloo.ca")))
(nnimap-server-port 143)
(nnimap-authenticator plain)
(nnimap-user "abandali@uwaterloo.ca")))
- gnus-message-archive-group "nnimap:Sent"
+ gnus-message-archive-group "nnimap
+amin
:Sent"
gnus-parameters
'(("gnu.*"
(gcc-self . t)))
gnus-parameters
'(("gnu.*"
(gcc-self . t)))