projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0874f2f
)
emacs: add binding for eww, and only use typo-mode in web-mode
author
Amin Bandali
<mab@gnu.org>
Sun, 2 Feb 2020 03:43:07 +0000
(22:43 -0500)
committer
Amin Bandali
<mab@gnu.org>
Sun, 2 Feb 2020 03:43:07 +0000
(22:43 -0500)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
321e680
..
0233b06
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-1805,8
+1805,7
@@
This function is intended for use with `ivy-ignore-buffers'."
(use-package typo
:defer 0.5
:config
(use-package typo
:defer 0.5
:config
- :hook (((text-mode erc-mode web-mode) . typo-mode)
- ((tex-mode git-commit-mode) . (lambda ()(typo-mode -1)))))
+ :hook (web-mode . typo-mode))
(use-package electric
:disabled
(use-package electric
:disabled
@@
-2113,6
+2112,7
@@
This function is intended for use with `ivy-ignore-buffers'."
scpaste-scp-destination "nix:/var/www/p.bndl.org"))
(use-package eww
scpaste-scp-destination "nix:/var/www/p.bndl.org"))
(use-package eww
+ :bind ("C-c a e w" . eww)
:custom
(eww-download-directory (file-name-as-directory
(getenv "XDG_DOWNLOAD_DIR"))))
:custom
(eww-download-directory (file-name-as-directory
(getenv "XDG_DOWNLOAD_DIR"))))