From 89790fdd10b854c93e2af14b021bd8723181b1d3 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Tue, 9 May 2023 14:03:21 +0200 Subject: [PATCH] config/doom: mode snippets --- .config/doom/config.el | 4 ++-- .config/doom/snippets/LilyPond-mode/__ | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.config/doom/config.el b/.config/doom/config.el index ed29121..750f3d9 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -72,7 +72,7 @@ Version 2019-11-04 2021-02-16" (defun xf/org-journal-current () (interactive) (org-journal-open-current-journal-file) - (goto-char (point-max)) + ;(goto-char (point-max)) ) ;; rebing C-u - https://emacs.stackexchange.com/a/58320 @@ -923,7 +923,7 @@ Version 2019-11-04 2021-02-16" (add-to-list 'auto-mode-alist '("\\.jrnl\\'" . org-mode)) (add-to-list 'auto-mode-alist '("\\.el##" . emacs-lisp-mode)) -;(add-to-list 'auto-mode-alist `(,(getenv "CONFIG_SHELLS") . sh-mode)) +(add-to-list 'auto-mode-alist `(,(getenv "CONFIG_SHELLS") . sh-mode)) ;(add-to-list 'auto-mode-alist `(,(getenv "CONFIG_ZSH") . sh-mode)) (add-to-list 'auto-mode-alist `("\\.local/bin" . sh-mode)) diff --git a/.config/doom/snippets/LilyPond-mode/__ b/.config/doom/snippets/LilyPond-mode/__ index 811a090..acb8c5e 100644 --- a/.config/doom/snippets/LilyPond-mode/__ +++ b/.config/doom/snippets/LilyPond-mode/__ @@ -4,15 +4,17 @@ \header { title = "${1:`(upcase-initials (file-name-nondirectory (file-name-sans-extension (buffer-file-name))))`}" %%subtitle = "" - composer = "Janek Fischer" + %%composer = "Janek Fischer" + arranger = "Janek Fischer" } -\version "2.22.2" +\version "2.24.1" \score { << \time 4/4 %%% Chords \new ChordNames { \set chordChanges = ##t + \set majorSevenSymbol = \markup { maj7 } \chordmode { c,,1\p }