projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
emacs: call erc-hl-nicks-reset-face-table when changing themes
[~bandali/configs]
/
.emacs.d
/
init.el
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
6b8dd8e
..
f60c736
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-962,7
+962,6
@@
This function is intended for use with `ivy-ignore-buffers'."
:after ivy
:bind (([remap execute-extended-command] . counsel-M-x)
([remap find-file] . counsel-find-file)
:after ivy
:bind (([remap execute-extended-command] . counsel-M-x)
([remap find-file] . counsel-find-file)
- ("C-c b b" . ivy-switch-buffer)
("C-c f ." . counsel-find-file)
("C-c f l" . counsel-find-library)
("C-c f r" . counsel-recentf)
("C-c f ." . counsel-find-file)
("C-c f l" . counsel-find-library)
("C-c f r" . counsel-recentf)
@@
-1564,6
+1563,8
@@
This function is intended for use with `ivy-ignore-buffers'."
(sml/apply-theme 'tangomod)
(font-lock-remove-keywords
'org-mode b/org-mode-font-lock-keywords)
(sml/apply-theme 'tangomod)
(font-lock-remove-keywords
'org-mode b/org-mode-font-lock-keywords)
+ (when (featurep 'erc-hl-nicks)
+ (erc-hl-nicks-reset-face-table))
(when (featurep 'exwm-systemtray)
(exwm-systemtray--refresh)))
(when (featurep 'exwm-systemtray)
(exwm-systemtray--refresh)))
@@
-1575,6
+1576,8
@@
This function is intended for use with `ivy-ignore-buffers'."
(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)
+ (when (featurep 'erc-hl-nicks)
+ (erc-hl-nicks-reset-face-table))
(when (featurep 'exwm-systemtray)
(exwm-systemtray--refresh)))
(when (featurep 'exwm-systemtray)
(exwm-systemtray--refresh)))
@@
-2029,6
+2032,10
@@
This function is intended for use with `ivy-ignore-buffers'."
:custom
(oddmuse-username "bandali"))
:custom
(oddmuse-username "bandali"))
+(use-package debpaste
+ :custom
+ (debpaste-paste-is-hidden t))
+
\f
;;; Email (with Gnus)
\f
;;; Email (with Gnus)
@@
-2547,7
+2554,7
@@
https://csclub.uwaterloo.ca/~abandali")
;;; IRC (with ERC and ZNC)
(use-feature erc
;;; IRC (with ERC and ZNC)
(use-feature erc
- :bind (("C-c b
e
" . erc-switch-to-buffer)
+ :bind (("C-c b
b
" . erc-switch-to-buffer)
:map erc-mode-map
("M-a" . erc-track-switch-buffer))
:custom
:map erc-mode-map
("M-a" . erc-track-switch-buffer))
:custom