emacs: update custom-file
authorAmin Bandali <bandali@gnu.org>
Fri, 30 Aug 2019 22:52:38 +0000 (18:52 -0400)
committerAmin Bandali <bandali@gnu.org>
Fri, 30 Aug 2019 22:53:00 +0000 (18:53 -0400)
.emacs.d/etc/custom.el

index 132c5ff..65623e8 100644 (file)
                (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
  '(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 "'")
            (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)