|
|
|
|
@ -23,6 +23,7 @@ |
|
|
|
|
'(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" "[{")))) |
|
|
|
|
@ -36,14 +37,34 @@ |
|
|
|
|
'(magit-save-repository-buffers (quote dontask)) |
|
|
|
|
'(org-agenda-files |
|
|
|
|
(quote |
|
|
|
|
("~/org/notes.org" "~/org/orgzly/hack.org" "~/org/orgzly/live.org" "~/org/orgzly/refile.org"))) |
|
|
|
|
("~/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-icalendar-include-todo t) |
|
|
|
|
'(org-indent-mode-turns-on-hiding-stars nil) |
|
|
|
|
'(org-latex-default-packages-alist |
|
|
|
|
(quote |
|
|
|
|
(("AUTO" "inputenc" t |
|
|
|
|
("pdflatex")) |
|
|
|
|
("T1" "fontenc" t |
|
|
|
|
("pdflatex")) |
|
|
|
|
("" "graphicx" t nil) |
|
|
|
|
("" "grffile" t nil) |
|
|
|
|
("" "longtable" nil nil) |
|
|
|
|
("" "wrapfig" nil nil) |
|
|
|
|
("" "rotating" nil nil) |
|
|
|
|
("normalem" "ulem" t nil) |
|
|
|
|
("" "amsmath" t nil) |
|
|
|
|
("" "textcomp" t nil) |
|
|
|
|
("" "amssymb" t nil) |
|
|
|
|
("" "capt-of" 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) |
|
|
|
|
@ -57,11 +78,13 @@ |
|
|
|
|
("org" . "http://orgmode.org/elpa/")))) |
|
|
|
|
'(package-selected-packages |
|
|
|
|
(quote |
|
|
|
|
(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 org magit helm-flycheck helm avy-zap))) |
|
|
|
|
(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 |
|
|
|
|
((eval save-excursion |
|
|
|
|
((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") |
|
|
|
|
(org-babel-execute-src-block)) |
|
|
|
|
(dropbox . yes) |
|
|
|
|
@ -87,7 +110,8 @@ |
|
|
|
|
(text-mode . dabbrev-completion) |
|
|
|
|
(latex-mode . TeX-complete-symbol)))) |
|
|
|
|
'(truncate-partial-width-windows nil) |
|
|
|
|
'(visible-mark-inhibit-trailing-overlay t)) |
|
|
|
|
'(visible-mark-inhibit-trailing-overlay t) |
|
|
|
|
'(vterm-disable-bold-font t)) |
|
|
|
|
|
|
|
|
|
(custom-set-faces |
|
|
|
|
;; custom-set-faces was added by Custom. |
|
|
|
|
@ -118,4 +142,5 @@ |
|
|
|
|
'(tooltip ((t (:inherit default :slant normal :weight normal)))) |
|
|
|
|
'(variable-pitch ((t (:family "default")))) |
|
|
|
|
'(visible-mark-active ((t (:background "#b58900" :foreground "#262626" :slant normal :weight normal)))) |
|
|
|
|
'(visible-mark-face ((t (:background "goldenrod" :foreground "#182828"))))) |
|
|
|
|
'(visible-mark-face ((t (:background "goldenrod" :foreground "#182828")))) |
|
|
|
|
'(vterm-color-default ((t (:slant normal :weight normal))))) |
|
|
|
|
|