This commit is contained in:
ry
2022-03-15 16:50:32 -07:00
parent 0f147c47af
commit 686ec205be
4 changed files with 10 additions and 0 deletions

View File

@@ -82,6 +82,8 @@
;; Save Org buffers after refiling!
(advice-add 'org-refile :after 'org-save-all-org-buffers)
(add-hook 'org-mode-hook #'org-make-toc-mode)
;; Configure custom agenda views
(setq org-agenda-custom-commands
'(("d" "Dashboard"

View File

@@ -232,6 +232,7 @@ bindswitch --reload --locked lid:off output $laptop enable
# You can get the names of your outputs by running: swaymsg -t get_outputs
output eDP-1 pos 0 0 res 1920x1200
output DP-6 pos 1920 0 res 3440x1440
output HDMI-A-1 res 2560x144
# Wallpaper
output DP-6 bg /home/opal/dotfiles/.config/wallpapers/3.jpg fill #050402

View File

@@ -289,6 +289,7 @@ fi
# You can get the names of your outputs by running: swaymsg -t get_outputs
output eDP-1 pos 0 0 res 1920x1200
output DP-6 pos 1920 0 res 3440x1440
output HDMI-A-1 res 2560x144
# Wallpaper
output DP-6 bg /home/opal/dotfiles/.config/wallpapers/3.jpg fill #050402

View File

@@ -99,6 +99,8 @@
;; Save Org buffers after refiling!
(advice-add 'org-refile :after 'org-save-all-org-buffers)
(add-hook 'org-mode-hook #'org-make-toc-mode)
;; Configure custom agenda views
(setq org-agenda-custom-commands
'(("d" "Dashboard"
@@ -140,6 +142,10 @@
;; Init org font setup
(opal/org-font-setup))
#+end_src
#+RESULTS:
| (closure ((hook . org-mode-hook) (--dolist-tail--) t) (&rest _) (add-hook 'before-save-hook 'org-encrypt-entries nil t)) | er/add-org-mode-expansions | org-tempo-setup | org-bullets-mode | +lookup--init-org-mode-handlers-h | (closure ((hook . org-mode-hook) (--dolist-tail--) t) (&rest _) (add-hook 'before-save-hook 'org-encrypt-entries nil t)) | #[0 \300\301\302\303\304$\207 [add-hook change-major-mode-hook org-show-all append local] 5] | #[0 \300\301\302\303\304$\207 [add-hook change-major-mode-hook org-babel-show-result-all append local] 5] | org-babel-result-hide-spec | org-babel-hide-all-hashes | #[0 \301\211\207 [imenu-create-index-function org-imenu-get-tree] 2] | opal/org-mode-visual-fill | opal/org-mode-setup | (lambda nil (display-line-numbers-mode 0)) | doom-disable-show-paren-mode-h | doom-disable-show-trailing-whitespace-h | +org-enable-auto-reformat-tables-h | +org-enable-auto-update-cookies-h | +org-make-last-point-visible-h | evil-org-mode | toc-org-enable | embrace-org-mode-hook | org-eldoc-load |
*** Pretty Bullets
Creates nicer (-) bullets.
#+begin_src emacs-lisp :tangle ~/dotfiles/.config/doom/config.el