projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[rc/tlp] add config for langa (formerly enigma)
[~bandali/configs]
/
init.org
diff --git
a/init.org
b/init.org
index
5ab27cb
..
b7679a7
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-1276,7
+1276,8
@@
instead.
(use-package emmet-mode
:bind* (("C-)" . emmet-next-edit-point)
("C-(" . emmet-prev-edit-point))
(use-package emmet-mode
:bind* (("C-)" . emmet-next-edit-point)
("C-(" . emmet-prev-edit-point))
- :init
+ :config
+ (unbind-key "C-j" emmet-mode-keymap)
(setq emmet-move-cursor-between-quotes t)
:hook (web-mode css-mode html-mode sgml-mode))
#+end_src
(setq emmet-move-cursor-between-quotes t)
:hook (web-mode css-mode html-mode sgml-mode))
#+end_src
@@
-1675,6
+1676,9
@@
nil))
#+begin_src emacs-lisp
(use-package ox-hugo
:after ox)
#+begin_src emacs-lisp
(use-package ox-hugo
:after ox)
+
+(use-package ox-hugo-auto-export
+ :load-path "lib/ox-hugo")
#+end_src
* Post initialization
#+end_src
* Post initialization