aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--X/.xinitrc1
-rw-r--r--emacs/loader.org4
2 files changed, 2 insertions, 3 deletions
diff --git a/X/.xinitrc b/X/.xinitrc
index d709724..630a1c0 100644
--- a/X/.xinitrc
+++ b/X/.xinitrc
@@ -37,6 +37,7 @@ dropbox &
sxhkd -m 1 &
compton &
redshift &
+dunst &
wal -R
feh --bg-fill "$(< "${HOME}/.cache/wal/wal")"
xinput set-prop 'DLL075B:01 06CB:76AF Touchpad' 'libinput Natural Scrolling Enabled' 1
diff --git a/emacs/loader.org b/emacs/loader.org
index 3ebff75..31809bb 100644
--- a/emacs/loader.org
+++ b/emacs/loader.org
@@ -670,8 +670,6 @@ incrementally selecting more and more of the text.
(use-package yasnippet
:config
(yas-global-mode))
-
- (use-package yasnippet-snippets)
#+END_SRC
** Nix
@@ -775,7 +773,7 @@ Markdown is the standard for writing documentation. This snippet loads GFM
org-directory (expand-file-name "~/Dropbox/org")
org-image-actual-width nil
org-format-latex-options (plist-put org-format-latex-options :scale 1.5)
- org-latex-pdf-process (list "latexmk -shell-escape -bibtex -f -pdf %f")
+ org-latex-pdf-process (list "latexmk -lualatex -shell-escape -bibtex -f -pdf %f")
org-default-notes-file (concat org-directory "/inbox.org")
org-image-actual-width nil
org-export-allow-bind-keywords t)