summaryrefslogtreecommitdiffstats
path: root/.emacs.d/etc/custom.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/etc/custom.el')
-rw-r--r--.emacs.d/etc/custom.el25
1 files changed, 13 insertions, 12 deletions
diff --git a/.emacs.d/etc/custom.el b/.emacs.d/etc/custom.el
index 132c5ff..65623e8 100644
--- a/.emacs.d/etc/custom.el
+++ b/.emacs.d/etc/custom.el
@@ -18,20 +18,20 @@
(horizontal 1.0
(article 1.0)
(ebdb-gnus 0.3))))))
- '(ediff-split-window-function (quote split-window-horizontally) t)
- '(ediff-window-setup-function (quote ediff-setup-windows-plain) t)
+ '(ediff-split-window-function (quote split-window-horizontally))
+ '(ediff-window-setup-function (quote ediff-setup-windows-plain))
'(epa-pinentry-mode (quote loopback))
'(epg-gpg-program "/home/bandali/.guix-profile/bin/gpg")
'(epg-pinentry-mode (quote loopback) t)
'(erc-fill-function (quote erc-fill-static))
'(erc-fill-static-center 18)
- '(erc-join-buffer (quote bury) t)
- '(erc-lurker-hide-list (quote ("JOIN" "PART" "QUIT")) t)
- '(erc-nick "bandali" t)
+ '(erc-join-buffer (quote bury))
+ '(erc-lurker-hide-list (quote ("JOIN" "PART" "QUIT")))
+ '(erc-nick "bandali")
'(erc-pcomplete-nick-postfix ",")
- '(erc-rename-buffers t t)
- '(erc-server-reconnect-attempts 5 t)
- '(erc-server-reconnect-timeout 3 t)
+ '(erc-rename-buffers t)
+ '(erc-server-reconnect-attempts 5)
+ '(erc-server-reconnect-timeout 3)
'(erc-track-enable-keybindings nil)
'(erc-track-exclude-types
(quote
@@ -39,8 +39,8 @@
'(erc-track-priority-faces-only (quote all))
'(erc-track-shorten-function nil)
'(eshell-directory-name "/home/bandali/.emacs.d/var/eshell/")
- '(eshell-hist-ignoredups t t)
- '(eshell-input-filter (quote eshell-input-filter-initial-space) t)
+ '(eshell-hist-ignoredups t)
+ '(eshell-input-filter (quote eshell-input-filter-initial-space))
'(flycheck-mode-line-prefix "flyc")
'(ibuffer-formats
(quote
@@ -128,7 +128,8 @@
'(recentf-save-file "/home/bandali/.emacs.d/var/recentf-save.el")
'(safe-local-variable-values
(quote
- ((org-export-allow-bind-keywords . t)
+ ((tex-main-file . "../thesis.tex")
+ (org-export-allow-bind-keywords . t)
(eval load-file "thesis.el")
(eval modify-syntax-entry 43 "'")
(eval modify-syntax-entry 36 "'")
@@ -153,7 +154,7 @@
(quote after-save-hook)
(quote org-latex-export-to-latex)
t t))))
- '(save-place-file "/home/bandali/.emacs.d/var/save-place.el" t)
+ '(save-place-file "/home/bandali/.emacs.d/var/save-place.el")
'(savehist-file "/home/bandali/.emacs.d/var/savehist.el" t)
'(unkillable-buffers (quote ("^\\*scratch\\*$" "^\\*Messages\\*$")))
'(which-key-add-column-padding 5)