You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

148 lines
6.5 KiB

(custom-set-variables
;; custom-set-variables was added by Custom.
;; 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-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/"))))
'(beacon-blink-duration 0.15)
'(beacon-color "#969696")
'(bsn-backends (quote (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)))
'(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))
'(global-disable-mouse-mode-lighter "")
'(global-font-lock-mode t nil (font-lock))
'(helm-su-or-sudo "su")
'(hl-sexp-background-colors (quote ("#395959")))
'(ibuffer-use-other-window t)
'(linum-relative-current-symbol "—→")
'(magit-save-repository-buffers (quote dontask))
'(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-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)
'(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))))
'(package-archives
(quote
(("gnu" . "http://elpa.gnu.org/packages/")
("melpa-stable" . "http://stable.melpa.org/packages/")
("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)))
'(parens-require-spaces nil)
'(safe-local-variable-values
(quote
((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)
(buffer-close-on-idle . t)
(ispell-dictionary . british)
(ispell-local-dictionary . british)
(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)
(TeX-master . notes\.tex)
(bookmark-default-file . "./emacs.bmk"))))
'(smart-tab-completion-functions-alist
(quote
((emacs-lisp-mode . lisp-complete-symbol)
(text-mode . dabbrev-completion)
(latex-mode . TeX-complete-symbol))))
'(truncate-partial-width-windows nil)
'(visible-mark-inhibit-trailing-overlay t)
'(vterm-disable-bold-font t))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; 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.
'(bold ((t (:weight normal))))
'(custom-visibility ((t (:inherit link))))
'(flyspell-margin-incorrect ((t (:inherit warning :underline nil))))
'(font-latex-script-char-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)))
'(link ((t (:inherit default :foreground "#6c71c4" :underline t :slant normal :weight normal))))
'(linum ((t (:slant normal :weight normal))))
'(linum-highlight-face ((t (:inherit (hl-line default)))))
'(magit-diff-file-heading ((t nil)))
'(magit-section-secondary-heading ((t nil)))
'(magit-signature-bad ((t (:foreground "red"))))
'(menu ((t (:inverse-video t))))
'(mouse ((t (:background "orchid"))))
'(org-block-background ((t (:background "#262626" :slant normal :weight normal))))
'(org-block-end-line ((t (:inherit org-meta-line :slant normal :weight normal))))
'(org-pomodoro-mode-line ((t (:foreground "tomato3"))))
'(paren-face-match ((t (:background "turquoise" :foreground "black"))))
'(region ((t (:inherit highlight))))
'(shadow ((t (:foreground "grey60"))))
'(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"))))
'(vterm-color-default ((t (:slant normal :weight normal)))))