diff options
author | bd <bdunahu@operationnull.com> | 2024-09-12 07:37:23 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-09-12 07:37:23 -0400 |
commit | f67c2a3ae89f1e8733ccff18daa1572702a805f4 (patch) | |
tree | a00642397530abf89c81ad7023e7795416ffa1fd /.config | |
parent | 506bca095d5c414ae6521d59fdb05cb16d008504 (diff) |
New org-denote bind, default latex previews, graphviz to src blocks
Diffstat (limited to '.config')
-rw-r--r-- | .config/emacs/modules/bd--notes.el | 4 | ||||
-rw-r--r-- | .config/emacs/modules/bd--org.el | 4 | ||||
-rw-r--r-- | .config/guix/modules/base.scm | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/.config/emacs/modules/bd--notes.el b/.config/emacs/modules/bd--notes.el index fcc9e9a..36e1f17 100644 --- a/.config/emacs/modules/bd--notes.el +++ b/.config/emacs/modules/bd--notes.el @@ -7,7 +7,9 @@ :hook ((dired-mode . denote-dired-mode-in-directories)) :bind (("H-d f" . 'denote-open-or-create) - ("H-d j" . 'denote-journal-extras-new-or-existing-entry)) + ("H-d j" . 'denote-journal-extras-new-or-existing-entry) + :map org-mode-map + ("C-c l" . 'denote-link)) :config (require 'denote-journal-extras) :custom diff --git a/.config/emacs/modules/bd--org.el b/.config/emacs/modules/bd--org.el index 12699eb..e0e2482 100644 --- a/.config/emacs/modules/bd--org.el +++ b/.config/emacs/modules/bd--org.el @@ -16,6 +16,7 @@ each org file open." (org-indent-mode) (org-toggle-inline-images) + (org-latex-preview) (org-toggle-pretty-entities)) ;;;; hooks @@ -34,7 +35,8 @@ each org file open." '((emacs-lisp . t) (shell . t) (lisp . t) - (scheme . t))) + (scheme . t) + (dot . t))) ;;;; standard (setopt org-startup-folded 'show2levels diff --git a/.config/guix/modules/base.scm b/.config/guix/modules/base.scm index 3fac601..9c755e4 100644 --- a/.config/guix/modules/base.scm +++ b/.config/guix/modules/base.scm @@ -39,6 +39,7 @@ gimp ;; gimp-next gnupg ;; gnupg, pinentry, pinentry-emacs gnuzilla ;; icecat + graphviz ;; graphviz image ;; flameshot imagemagick ;; imagemagick librewolf ;; librewolf @@ -95,6 +96,7 @@ font-openmoji font-terminus gimp + graphviz icecat imagemagick librewolf @@ -197,7 +199,7 @@ alias | sed -E \"s/^alias ([^=]+)='(.*)'$/alias \\1 \\2 \\$*/g; s/'\\\\\\''/'/g; ("VISUAL" . "emacsclient") ("EDITOR" . "emacsclient") - ("NETHACKOPTIONS" . "$XDG_CONFIG_HOME/nethack/config") + ("NETHACKOPTIONS" . "@$XDG_CONFIG_HOME/nethack/config") ("PATH" . "$HOME/.local/bin:$PATH") )))) |