projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[emacs] update 7 drones
[~bandali/configs]
/
init.org
diff --git
a/init.org
b/init.org
index
96899a5
..
820714c
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-688,6
+688,8
@@
In short, my favourite way of life.
(use-package org-notmuch
:after (:any org notmuch))
(use-package org-notmuch
:after (:any org notmuch))
+
+(use-package orgalist)
#+end_src
**** asynchronous tangle
#+end_src
**** asynchronous tangle
@@
-965,7
+967,9
@@
TODO: break this giant source block down into individual org sections.
(use-package recentf
:demand t
(use-package recentf
:demand t
- :config (add-to-list 'recentf-exclude "^/\\(?:ssh\\|su\\|sudo\\)?:"))
+ :config
+ (add-to-list 'recentf-exclude "^/\\(?:ssh\\|su\\|sudo\\)?:")
+ (setq recentf-max-saved-items 40))
(use-package savehist
:config (savehist-mode))
(use-package savehist
:config (savehist-mode))
@@
-1282,6
+1286,13
@@
instead.
:hook (web-mode css-mode html-mode sgml-mode))
#+end_src
:hook (web-mode css-mode html-mode sgml-mode))
#+end_src
+** Nix
+
+#+begin_src emacs-lisp
+(use-package nix-mode
+ :mode "\\.nix\\'")
+#+end_src
+
* Emacs Enhancements
** [[https://github.com/justbur/emacs-which-key][which-key]]
* Emacs Enhancements
** [[https://github.com/justbur/emacs-which-key][which-key]]