config/doom: mode snippets

This commit is contained in:
xeruf 2023-05-09 14:03:21 +02:00
parent 027ab59aab
commit 89790fdd10
2 changed files with 6 additions and 4 deletions

View File

@ -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))

View File

@ -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
}