|
|
|
|
@ -3,49 +3,53 @@ |
|
|
|
|
;; If you edit it by hand, you could mess it up, so be careful. |
|
|
|
|
;; Your init file should contain only one such instance. |
|
|
|
|
;; If there is more than one, they won't work right. |
|
|
|
|
'(TeX-complete-word (quote dabbrev-expand-helper)) |
|
|
|
|
'(TeX-complete-word 'dabbrev-expand-helper) |
|
|
|
|
'(TeX-fold-preserve-comments t) |
|
|
|
|
'(TeX-fold-type-list (quote (env))) |
|
|
|
|
'(TeX-newline-function (quote reindent-then-newline-and-indent)) |
|
|
|
|
'(auto-save-file-name-transforms (quote ((".*" "~/.emacs.d/autosaves/\\1" t)))) |
|
|
|
|
'(backup-directory-alist (quote ((".*" . "~/.emacs.d/backup/")))) |
|
|
|
|
'(TeX-fold-type-list '(env)) |
|
|
|
|
'(TeX-newline-function 'reindent-then-newline-and-indent) |
|
|
|
|
'(auto-save-file-name-transforms '((".*" "~/.emacs.d/autosaves/\\1" t))) |
|
|
|
|
'(backup-directory-alist '((".*" . "~/.emacs.d/backup/"))) |
|
|
|
|
'(beacon-blink-duration 0.15) |
|
|
|
|
'(beacon-color "#969696") |
|
|
|
|
'(bsn-backends (quote (msn))) |
|
|
|
|
'(bsn-backends '(msn)) |
|
|
|
|
'(case-fold-search t) |
|
|
|
|
'(compilation-auto-jump-to-first-error t) |
|
|
|
|
'(compilation-skip-threshold 2) |
|
|
|
|
'(current-language-environment "English") |
|
|
|
|
'(custom-safe-themes |
|
|
|
|
(quote |
|
|
|
|
("204786289f4d9d1937adb8e08d81506727574660a510a10f50b27b18577cdeda" "8db4b03b9ae654d4a57804286eb3e332725c84d7cdab38463cb6b97d5762ad26" default))) |
|
|
|
|
'("204786289f4d9d1937adb8e08d81506727574660a510a10f50b27b18577cdeda" "8db4b03b9ae654d4a57804286eb3e332725c84d7cdab38463cb6b97d5762ad26" default)) |
|
|
|
|
'(default-input-method "rfc1345") |
|
|
|
|
'(delete-active-region nil) |
|
|
|
|
'(delete-selection-mode nil) |
|
|
|
|
'(flyspell-duplicate-distance -1) |
|
|
|
|
'(flyspell-lazy-idle-seconds 0.5) |
|
|
|
|
'(flyspell-mark-duplications-flag t) |
|
|
|
|
'(font-latex-fontify-sectioning (quote color)) |
|
|
|
|
'(font-latex-match-textual-keywords (quote (("todo" "[{")))) |
|
|
|
|
'(frame-background-mode (quote dark)) |
|
|
|
|
'(font-latex-fontify-sectioning 'color) |
|
|
|
|
'(font-latex-match-textual-keywords '(("todo" "[{"))) |
|
|
|
|
'(frame-background-mode 'dark) |
|
|
|
|
'(global-disable-mouse-mode-lighter "") |
|
|
|
|
'(global-font-lock-mode t nil (font-lock)) |
|
|
|
|
'(helm-su-or-sudo "su") |
|
|
|
|
'(hl-sexp-background-colors (quote ("#395959"))) |
|
|
|
|
'(hl-sexp-background-colors '("#395959")) |
|
|
|
|
'(ibuffer-use-other-window t) |
|
|
|
|
'(linum-relative-current-symbol "—→") |
|
|
|
|
'(magit-save-repository-buffers (quote dontask)) |
|
|
|
|
'(magit-save-repository-buffers 'dontask) |
|
|
|
|
'(mml-secure-key-preferences |
|
|
|
|
'((OpenPGP |
|
|
|
|
(sign) |
|
|
|
|
(encrypt |
|
|
|
|
("jacopods@gmail.com" "CDC3D63FB3B69D61F59B6A469CCEF13F3D11F070") |
|
|
|
|
("jacopods@math.utoronto.ca" "776A6FE29960ACEB31C2DCEB5354C81FCF638080"))) |
|
|
|
|
(CMS |
|
|
|
|
(sign) |
|
|
|
|
(encrypt)))) |
|
|
|
|
'(org-agenda-files |
|
|
|
|
(quote |
|
|
|
|
("~/org/sleep-crash.org" "~/org/master.org" "~/org/next.org" "~/org/orgzly/work.org" "~/org/orgzly/scheduled.org" "~/org/orgzly/hack.org" "~/org/orgzly/live.org" "~/org/orgzly/library.org" "~/org/orgzly/refile.org"))) |
|
|
|
|
'(org-agenda-show-inherited-tags (quote always)) |
|
|
|
|
'(org-babel-load-languages (quote ((emacs-lisp . t) (shell . t)))) |
|
|
|
|
'(org-babel-shell-names |
|
|
|
|
(quote |
|
|
|
|
("sh" "bash" "csh" "ash" "dash" "ksh" "mksh" "posh" "zsh"))) |
|
|
|
|
'(org-catch-invisible-edits (quote smart)) |
|
|
|
|
'(org-clock-mode-line-total (quote current)) |
|
|
|
|
'(org-icalendar-categories (quote (all-tags category))) |
|
|
|
|
'("~/org/master.org" "~/org/next.org" "~/org/orgzly/work.org" "~/org/orgzly/scheduled.org" "~/org/orgzly/hack.org" "~/org/orgzly/library.org" "~/org/orgzly/refile.org")) |
|
|
|
|
'(org-agenda-show-inherited-tags 'always) |
|
|
|
|
'(org-babel-load-languages '((emacs-lisp . t) (shell . t))) |
|
|
|
|
'(org-babel-shell-names '("sh" "bash" "csh" "ash" "dash" "ksh" "mksh" "posh" "zsh")) |
|
|
|
|
'(org-catch-invisible-edits 'smart) |
|
|
|
|
'(org-clock-mode-line-total 'current) |
|
|
|
|
'(org-habit-following-days 3) |
|
|
|
|
'(org-habit-graph-column 66) |
|
|
|
|
'(org-habit-preceding-days 5) |
|
|
|
|
@ -56,8 +60,7 @@ |
|
|
|
|
'(org-icalendar-include-todo t) |
|
|
|
|
'(org-indent-mode-turns-on-hiding-stars nil) |
|
|
|
|
'(org-latex-default-packages-alist |
|
|
|
|
(quote |
|
|
|
|
(("AUTO" "inputenc" t |
|
|
|
|
'(("AUTO" "inputenc" t |
|
|
|
|
("pdflatex")) |
|
|
|
|
("T1" "fontenc" t |
|
|
|
|
("pdflatex")) |
|
|
|
|
@ -71,25 +74,22 @@ |
|
|
|
|
("" "textcomp" t nil) |
|
|
|
|
("" "amssymb" t nil) |
|
|
|
|
("" "capt-of" nil nil) |
|
|
|
|
("colorlinks=true" "hyperref" nil nil)))) |
|
|
|
|
("colorlinks=true" "hyperref" nil nil))) |
|
|
|
|
'(org-pomodoro-long-break-sound "/home/jacopods/tick.wav") |
|
|
|
|
'(org-pomodoro-play-sounds nil) |
|
|
|
|
'(org-pomodoro-play-ticking-sounds t) |
|
|
|
|
'(org-pomodoro-short-break-sound "/home/jacopods/tick.wav") |
|
|
|
|
'(org-pomodoro-ticking-sound "/home/jacopods/tick.wav") |
|
|
|
|
'(org-refile-targets (quote ((org-agenda-files :level . 1)))) |
|
|
|
|
'(org-refile-targets '((org-agenda-files :level . 1))) |
|
|
|
|
'(package-archives |
|
|
|
|
(quote |
|
|
|
|
(("gnu" . "http://elpa.gnu.org/packages/") |
|
|
|
|
'(("gnu" . "http://elpa.gnu.org/packages/") |
|
|
|
|
("melpa-stable" . "http://stable.melpa.org/packages/") |
|
|
|
|
("org" . "http://orgmode.org/elpa/")))) |
|
|
|
|
("org" . "http://orgmode.org/elpa/"))) |
|
|
|
|
'(package-selected-packages |
|
|
|
|
(quote |
|
|
|
|
(helm-ag helm-projectile org-journal gist async with-editor treepy s popup epl pkg-info pcre2el dash f password-store hl-todo graphql ghub git-commit magit-popup flycheck helm-core git-gutter avy markdown-mode magit-todos aggressive-indent pass magit helm-flycheck helm avy-zap))) |
|
|
|
|
'(org-plus-contrib helm-ag helm-projectile org-journal gist async with-editor treepy s popup epl pkg-info pcre2el dash f password-store hl-todo graphql ghub git-commit magit-popup flycheck helm-core git-gutter avy markdown-mode magit-todos aggressive-indent pass magit helm-flycheck helm avy-zap)) |
|
|
|
|
'(parens-require-spaces nil) |
|
|
|
|
'(safe-local-variable-values |
|
|
|
|
(quote |
|
|
|
|
((projectile-project-run-cmd . "mkdir -p build; cd build; cmake ..; make run") |
|
|
|
|
'((projectile-project-run-cmd . "mkdir -p build; cd build; cmake ..; make run") |
|
|
|
|
(projectile-project-compilation-cmd . "mkdir -p build; cd build; cmake ..; make") |
|
|
|
|
(eval save-excursion |
|
|
|
|
(org-babel-goto-named-src-block "startup") |
|
|
|
|
@ -101,21 +101,16 @@ |
|
|
|
|
(auto-revert-interval . 5) |
|
|
|
|
(auto-revert-use-notify) |
|
|
|
|
(auto-revert-mode . 1) |
|
|
|
|
(eval add-hook |
|
|
|
|
(quote before-save-hook) |
|
|
|
|
(quote org-icalendar-export-to-ics) |
|
|
|
|
nil t) |
|
|
|
|
(eval add-hook |
|
|
|
|
(quote before-save-hook) |
|
|
|
|
(quote org-export-icalendar-this-file) |
|
|
|
|
nil t) |
|
|
|
|
(eval add-hook 'before-save-hook 'org-icalendar-export-to-ics nil t) |
|
|
|
|
(eval add-hook 'before-save-hook 'org-export-icalendar-this-file nil t) |
|
|
|
|
(TeX-master . notes\.tex) |
|
|
|
|
(bookmark-default-file . "./emacs.bmk")))) |
|
|
|
|
(bookmark-default-file . "./emacs.bmk"))) |
|
|
|
|
'(smart-tab-completion-functions-alist |
|
|
|
|
(quote |
|
|
|
|
((emacs-lisp-mode . lisp-complete-symbol) |
|
|
|
|
'((emacs-lisp-mode . lisp-complete-symbol) |
|
|
|
|
(text-mode . dabbrev-completion) |
|
|
|
|
(latex-mode . TeX-complete-symbol)))) |
|
|
|
|
(latex-mode . TeX-complete-symbol))) |
|
|
|
|
'(smart-tab-disabled-major-modes |
|
|
|
|
'(org-mode term-mode eshell-mode w3m-mode magit-mode mu4e-compose-mode)) |
|
|
|
|
'(truncate-partial-width-windows nil) |
|
|
|
|
'(visible-mark-inhibit-trailing-overlay t) |
|
|
|
|
'(vterm-disable-bold-font t)) |
|
|
|
|
@ -129,8 +124,8 @@ |
|
|
|
|
'(custom-visibility ((t (:inherit link)))) |
|
|
|
|
'(flyspell-margin-incorrect ((t (:inherit warning :underline nil)))) |
|
|
|
|
'(font-latex-script-char-face ((t nil))) |
|
|
|
|
'(font-latex-slide-title-face ((t nil))) |
|
|
|
|
'(helm-source-header ((t (:inherit helm-header :background "#22083397778B" :foreground "white" :weight bold)))) |
|
|
|
|
'(highlight ((t (:background "Darkslategray")))) |
|
|
|
|
'(hl-line ((t (:background "#303030")))) |
|
|
|
|
'(hl-sexp-face ((t (:underline t))) t) |
|
|
|
|
'(italic ((((supports :underline t)) nil))) |
|
|
|
|
|