projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
emacs: theme: forgot to uncomment load-theme for the dark theme
[~bandali/configs]
/
.emacs.d
/
init.el
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
6aeac4f
..
8f98696
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-1309,7
+1309,7
@@
This function is intended for use with `ivy-ignore-buffers'."
"Go dark."
(interactive)
(mapc #'disable-theme custom-enabled-themes)
"Go dark."
(interactive)
(mapc #'disable-theme custom-enabled-themes)
-
;;
(load-theme 'doom-tomorrow-night t)
+ (load-theme 'doom-tomorrow-night t)
(sml/apply-theme 'automatic)
(font-lock-add-keywords
'org-mode b/org-mode-font-lock-keywords t))
(sml/apply-theme 'automatic)
(font-lock-add-keywords
'org-mode b/org-mode-font-lock-keywords t))
@@
-1364,7
+1364,7
@@
This function is intended for use with `ivy-ignore-buffers'."
;; prefixes for major modes
(which-key-add-major-mode-key-based-replacements 'message-mode
;; prefixes for major modes
(which-key-add-major-mode-key-based-replacements 'message-mode
- "C-c f
"
"footnote")
+ "C-c f
n"
"footnote")
(which-key-add-major-mode-key-based-replacements 'org-mode
"C-c C-v" "org-babel")
(which-key-add-major-mode-key-based-replacements 'web-mode
(which-key-add-major-mode-key-based-replacements 'org-mode
"C-c C-v" "org-babel")
(which-key-add-major-mode-key-based-replacements 'web-mode
@@
-2116,7
+2116,7
@@
https://csclub.uwaterloo.ca/~abandali")
:bind
(:map message-mode-map
:prefix-map b/footnote-prefix-map
:bind
(:map message-mode-map
:prefix-map b/footnote-prefix-map
- :prefix "C-c f"
+ :prefix "C-c f
n
"
("a" . footnote-add-footnote)
("b" . footnote-back-to-message)
("c" . footnote-cycle-style)
("a" . footnote-add-footnote)
("b" . footnote-back-to-message)
("c" . footnote-cycle-style)