config/doom: mode snippets
This commit is contained in:
parent
027ab59aab
commit
89790fdd10
|
@ -72,7 +72,7 @@ Version 2019-11-04 2021-02-16"
|
||||||
(defun xf/org-journal-current ()
|
(defun xf/org-journal-current ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(org-journal-open-current-journal-file)
|
(org-journal-open-current-journal-file)
|
||||||
(goto-char (point-max))
|
;(goto-char (point-max))
|
||||||
)
|
)
|
||||||
|
|
||||||
;; rebing C-u - https://emacs.stackexchange.com/a/58320
|
;; 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 '("\\.jrnl\\'" . org-mode))
|
||||||
|
|
||||||
(add-to-list 'auto-mode-alist '("\\.el##" . emacs-lisp-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 `(,(getenv "CONFIG_ZSH") . sh-mode))
|
||||||
(add-to-list 'auto-mode-alist `("\\.local/bin" . sh-mode))
|
(add-to-list 'auto-mode-alist `("\\.local/bin" . sh-mode))
|
||||||
|
|
||||||
|
|
|
@ -4,15 +4,17 @@
|
||||||
\header {
|
\header {
|
||||||
title = "${1:`(upcase-initials (file-name-nondirectory (file-name-sans-extension (buffer-file-name))))`}"
|
title = "${1:`(upcase-initials (file-name-nondirectory (file-name-sans-extension (buffer-file-name))))`}"
|
||||||
%%subtitle = ""
|
%%subtitle = ""
|
||||||
composer = "Janek Fischer"
|
%%composer = "Janek Fischer"
|
||||||
|
arranger = "Janek Fischer"
|
||||||
}
|
}
|
||||||
\version "2.22.2"
|
\version "2.24.1"
|
||||||
\score {
|
\score {
|
||||||
<<
|
<<
|
||||||
\time 4/4
|
\time 4/4
|
||||||
%%% Chords
|
%%% Chords
|
||||||
\new ChordNames {
|
\new ChordNames {
|
||||||
\set chordChanges = ##t
|
\set chordChanges = ##t
|
||||||
|
\set majorSevenSymbol = \markup { maj7 }
|
||||||
\chordmode {
|
\chordmode {
|
||||||
c,,1\p
|
c,,1\p
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue