mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-21 01:34:34 +05:30
Fixed some visual and code formatting
This commit is contained in:
parent
6034848fa6
commit
9597c92f27
|
@ -826,6 +826,7 @@ tasks."
|
||||||
'(org-agenda-date-today :inherit diary :height 1.15)
|
'(org-agenda-date-today :inherit diary :height 1.15)
|
||||||
'(org-agenda-date-weekend :ineherit outline-2 :height 1.15)
|
'(org-agenda-date-weekend :ineherit outline-2 :height 1.15)
|
||||||
'(org-agenda-date-weekend-today :inherit outline-4 :height 1.15)
|
'(org-agenda-date-weekend-today :inherit outline-4 :height 1.15)
|
||||||
|
'(org-super-agenda-header :inherit custom-button :weight bold :height 1.05)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@ -920,48 +921,48 @@ tasks."
|
||||||
|
|
||||||
(setq org-super-agenda-groups
|
(setq org-super-agenda-groups
|
||||||
'(;; Each group has an implicit boolean OR operator between its selectors.
|
'(;; Each group has an implicit boolean OR operator between its selectors.
|
||||||
(:name " Overdue" ; Optionally specify section name
|
(:name " Overdue " ; Optionally specify section name
|
||||||
:scheduled past
|
:scheduled past
|
||||||
:order 2
|
:order 2
|
||||||
:face 'error)
|
:face 'error)
|
||||||
|
|
||||||
(:name "Personal"
|
(:name "Personal "
|
||||||
:and(:file-path "Personal.p" :not (:tag "event"))
|
:and(:file-path "Personal.p" :not (:tag "event"))
|
||||||
:order 3)
|
:order 3)
|
||||||
|
|
||||||
(:name "Family"
|
(:name "Family "
|
||||||
:and(:file-path "Family.s" :not (:tag "event"))
|
:and(:file-path "Family.s" :not (:tag "event"))
|
||||||
:order 3)
|
:order 3)
|
||||||
|
|
||||||
(:name "Teaching"
|
(:name "Teaching "
|
||||||
:and(:file-path "Teaching.p" :not (:tag "event"))
|
:and(:file-path "Teaching.p" :not (:tag "event"))
|
||||||
:order 3)
|
:order 3)
|
||||||
|
|
||||||
(:name "Gamedev"
|
(:name "Gamedev "
|
||||||
:and(:file-path "Gamedev.s" :not (:tag "event"))
|
:and(:file-path "Gamedev.s" :not (:tag "event"))
|
||||||
:order 3)
|
:order 3)
|
||||||
|
|
||||||
(:name "Youtube"
|
(:name "Youtube "
|
||||||
:and(:file-path "Producer.p" :not (:tag "event"))
|
:and(:file-path "Producer.p" :not (:tag "event"))
|
||||||
:order 3)
|
:order 3)
|
||||||
|
|
||||||
(:name "Music"
|
(:name "Music "
|
||||||
:and(:file-path "Bard.p" :not (:tag "event"))
|
:and(:file-path "Bard.p" :not (:tag "event"))
|
||||||
:order 3)
|
:order 3)
|
||||||
|
|
||||||
(:name "Storywriting"
|
(:name "Storywriting "
|
||||||
:and(:file-path "Stories.s" :not (:tag "event"))
|
:and(:file-path "Stories.s" :not (:tag "event"))
|
||||||
:order 3)
|
:order 3)
|
||||||
|
|
||||||
(:name "Writing"
|
(:name "Writing "
|
||||||
:and(:file-path "Author.p" :not (:tag "event"))
|
:and(:file-path "Author.p" :not (:tag "event"))
|
||||||
:order 3)
|
:order 3)
|
||||||
|
|
||||||
(:name "Learning"
|
(:name "Learning "
|
||||||
:and(:file-path "Knowledge.p" :not (:tag "event"))
|
:and(:file-path "Knowledge.p" :not (:tag "event"))
|
||||||
:order 3)
|
:order 3)
|
||||||
|
|
||||||
(:name " Today" ; Optionally specify section name
|
(:name " Today " ; Optionally specify section name
|
||||||
:time-grid t
|
:time-grid t
|
||||||
:date today
|
:date today
|
||||||
:scheduled today
|
:scheduled today
|
||||||
|
@ -1182,4 +1183,6 @@ https://github.com/magit/magit/issues/460 (@cpitclaudel)."
|
||||||
(map! :leader :desc "Open treemacs symbol outliner" "o s" #'lsp-treemacs-symbols
|
(map! :leader :desc "Open treemacs symbol outliner" "o s" #'lsp-treemacs-symbols
|
||||||
:desc "Hide neotree" "o S" #'treemacs-quit)
|
:desc "Hide neotree" "o S" #'treemacs-quit)
|
||||||
|
|
||||||
|
(setq +format-on-save-enabled-modes '(not emacs-lisp-mode sql-mode tex-mode latex-mode org-msg-edit-mode nix-mode))
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -978,6 +978,7 @@ On Wayland, EAF doesn't work.
|
||||||
'(org-agenda-date-today :inherit diary :height 1.15)
|
'(org-agenda-date-today :inherit diary :height 1.15)
|
||||||
'(org-agenda-date-weekend :ineherit outline-2 :height 1.15)
|
'(org-agenda-date-weekend :ineherit outline-2 :height 1.15)
|
||||||
'(org-agenda-date-weekend-today :inherit outline-4 :height 1.15)
|
'(org-agenda-date-weekend-today :inherit outline-4 :height 1.15)
|
||||||
|
'(org-super-agenda-header :inherit custom-button :weight bold :height 1.05)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1078,48 +1079,48 @@ On Wayland, EAF doesn't work.
|
||||||
|
|
||||||
(setq org-super-agenda-groups
|
(setq org-super-agenda-groups
|
||||||
'(;; Each group has an implicit boolean OR operator between its selectors.
|
'(;; Each group has an implicit boolean OR operator between its selectors.
|
||||||
(:name " Overdue" ; Optionally specify section name
|
(:name " Overdue " ; Optionally specify section name
|
||||||
:scheduled past
|
:scheduled past
|
||||||
:order 2
|
:order 2
|
||||||
:face 'error)
|
:face 'error)
|
||||||
|
|
||||||
(:name "Personal"
|
(:name "Personal "
|
||||||
:and(:file-path "Personal.p" :not (:tag "event"))
|
:and(:file-path "Personal.p" :not (:tag "event"))
|
||||||
:order 3)
|
:order 3)
|
||||||
|
|
||||||
(:name "Family"
|
(:name "Family "
|
||||||
:and(:file-path "Family.s" :not (:tag "event"))
|
:and(:file-path "Family.s" :not (:tag "event"))
|
||||||
:order 3)
|
:order 3)
|
||||||
|
|
||||||
(:name "Teaching"
|
(:name "Teaching "
|
||||||
:and(:file-path "Teaching.p" :not (:tag "event"))
|
:and(:file-path "Teaching.p" :not (:tag "event"))
|
||||||
:order 3)
|
:order 3)
|
||||||
|
|
||||||
(:name "Gamedev"
|
(:name "Gamedev "
|
||||||
:and(:file-path "Gamedev.s" :not (:tag "event"))
|
:and(:file-path "Gamedev.s" :not (:tag "event"))
|
||||||
:order 3)
|
:order 3)
|
||||||
|
|
||||||
(:name "Youtube"
|
(:name "Youtube "
|
||||||
:and(:file-path "Producer.p" :not (:tag "event"))
|
:and(:file-path "Producer.p" :not (:tag "event"))
|
||||||
:order 3)
|
:order 3)
|
||||||
|
|
||||||
(:name "Music"
|
(:name "Music "
|
||||||
:and(:file-path "Bard.p" :not (:tag "event"))
|
:and(:file-path "Bard.p" :not (:tag "event"))
|
||||||
:order 3)
|
:order 3)
|
||||||
|
|
||||||
(:name "Storywriting"
|
(:name "Storywriting "
|
||||||
:and(:file-path "Stories.s" :not (:tag "event"))
|
:and(:file-path "Stories.s" :not (:tag "event"))
|
||||||
:order 3)
|
:order 3)
|
||||||
|
|
||||||
(:name "Writing"
|
(:name "Writing "
|
||||||
:and(:file-path "Author.p" :not (:tag "event"))
|
:and(:file-path "Author.p" :not (:tag "event"))
|
||||||
:order 3)
|
:order 3)
|
||||||
|
|
||||||
(:name "Learning"
|
(:name "Learning "
|
||||||
:and(:file-path "Knowledge.p" :not (:tag "event"))
|
:and(:file-path "Knowledge.p" :not (:tag "event"))
|
||||||
:order 3)
|
:order 3)
|
||||||
|
|
||||||
(:name " Today" ; Optionally specify section name
|
(:name " Today " ; Optionally specify section name
|
||||||
:time-grid t
|
:time-grid t
|
||||||
:date today
|
:date today
|
||||||
:scheduled today
|
:scheduled today
|
||||||
|
@ -1427,6 +1428,8 @@ EAF doesn't work on Wayland :(
|
||||||
(map! :leader :desc "Open treemacs symbol outliner" "o s" #'lsp-treemacs-symbols
|
(map! :leader :desc "Open treemacs symbol outliner" "o s" #'lsp-treemacs-symbols
|
||||||
:desc "Hide neotree" "o S" #'treemacs-quit)
|
:desc "Hide neotree" "o S" #'treemacs-quit)
|
||||||
|
|
||||||
|
(setq +format-on-save-enabled-modes '(not emacs-lisp-mode sql-mode tex-mode latex-mode org-msg-edit-mode nix-mode))
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Terminal
|
** Terminal
|
||||||
#+BEGIN_SRC emacs-lisp :tangle config.el
|
#+BEGIN_SRC emacs-lisp :tangle config.el
|
||||||
|
@ -1482,7 +1485,7 @@ This section is the [[./init.el][init.el]] section, which controls which Doom mo
|
||||||
(evil +everywhere); come to the dark side, we have cookies
|
(evil +everywhere); come to the dark side, we have cookies
|
||||||
file-templates ; auto-snippets for empty files
|
file-templates ; auto-snippets for empty files
|
||||||
fold ; (nigh) universal code folding
|
fold ; (nigh) universal code folding
|
||||||
(format +onsave) ; automated prettiness
|
;;(format +onsave) ; automated prettiness
|
||||||
;;god ; run Emacs commands without modifier keys
|
;;god ; run Emacs commands without modifier keys
|
||||||
;;lispy ; vim for lisp, for people who don't like vim
|
;;lispy ; vim for lisp, for people who don't like vim
|
||||||
multiple-cursors ; editing in many places at once
|
multiple-cursors ; editing in many places at once
|
||||||
|
|
Loading…
Reference in a new issue