projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
emacs: update packages and add back typo.el
[~bandali/configs]
/
.emacs.d
/
init.el
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
6ef2748
..
0c129d1
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-1415,7
+1415,7
@@
This function is intended for use with `ivy-ignore-buffers'."
(use-package alloy-mode
:straight (:host github :repo "dwwmmn/alloy-mode")
(use-package alloy-mode
:straight (:host github :repo "dwwmmn/alloy-mode")
- :mode "\\.
als
\\'"
+ :mode "\\.
\\(als\\|dsh\\)
\\'"
:config
(setq alloy-basic-offset 2)
;; (defun b/alloy-simple-indent (start end)
:config
(setq alloy-basic-offset 2)
;; (defun b/alloy-simple-indent (start end)
@@
-1863,10
+1863,8
@@
This function is intended for use with `ivy-ignore-buffers'."
;; easily type pretty quotes & other typography, like ‘’“”-–—«»‹›
(use-package typo
;; easily type pretty quotes & other typography, like ‘’“”-–—«»‹›
(use-package typo
- :disabled
:defer 0.5
:config
:defer 0.5
:config
- (typo-global-mode 1)
:hook (((text-mode erc-mode web-mode) . typo-mode)
(tex-mode . (lambda ()(typo-mode -1)))))
:hook (((text-mode erc-mode web-mode) . typo-mode)
(tex-mode . (lambda ()(typo-mode -1)))))