1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- (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.
- '(canlock-password "d3f3ba365ea70b9a6ba083bd0ba1fb0761b5c688")
- '(confirm-kill-processes nil)
- '(custom-enabled-themes '(zenburn))
- '(custom-safe-themes
- '("c4cecd97a6b30d129971302fd8298c2ff56189db0a94570e7238bc95f9389cfb" "99bc178c2856c32505c514ac04bf25022eaa02e2fddc5e7cdb40271bc708de39" "190a9882bef28d7e944aa610aa68fe1ee34ecea6127239178c7ac848754992df" default))
- '(ede-project-directories
- '("/home/joshua/programming/c/ede/include" "/home/joshua/programming/c/ede/src" "/home/joshua/programming/c/ede" "/home/joshua/programming/c/ede/silly"))
- '(only-global-abbrevs t)
- '(package-selected-packages
- '(helm-bbdb helm-ag dashboard auto-compile spaceline-all-the-icons spaceline org-bullets parinfer eglot company-ebdb zenburn-theme emmet-mode web-mode dumb-jump js2-mode geiser paredit rainbow-delimiters gnuplot zpresent yasnippet-snippets wttrin which-key use-package suggest smart-mode-line-powerline-theme smart-comment scss-mode sass-mode restclient rainbow-mode pdf-tools org-plus-contrib org-mime ob-http nov nginx-mode markdown-mode magit lua-mode less-css-mode ledger-mode json-mode jabber helm-system-packages helm-swoop helm-projectile helm-flx golden-ratio gnus-desktop-notify gitignore-mode gitconfig-mode git-timemachine git-messenger fullframe flycheck-pos-tip evil-surround evil-goggles evil-args emms ebdb dired-icon diminish diff-hl debbugs css-eldoc company bug-hunter better-shell bbdb avy anzu all-the-icons-dired alert aggressive-indent))
- '(safe-local-variable-values
- '((eval let
- ((root-dir-unexpanded
- (locate-dominating-file default-directory ".dir-locals.el")))
- (when root-dir-unexpanded
- (let*
- ((root-dir
- (expand-file-name root-dir-unexpanded))
- (root-dir*
- (directory-file-name root-dir)))
- (unless
- (boundp 'geiser-guile-load-path)
- (defvar geiser-guile-load-path 'nil))
- (make-local-variable 'geiser-guile-load-path)
- (require 'cl-lib)
- (cl-pushnew root-dir* geiser-guile-load-path :test #'string-equal))))
- (eval setq-local guix-directory
- (locate-dominating-file default-directory ".dir-locals.el"))
- (eval let*
- ((root-dir
- (expand-file-name
- (locate-dominating-file default-directory ".dir-locals.el")))
- (root-dir*
- (directory-file-name root-dir)))
- (unless
- (boundp 'geiser-guile-load-path)
- (defvar geiser-guile-load-path 'nil))
- (make-local-variable 'geiser-guile-load-path)
- (require 'cl-lib)
- (cl-pushnew root-dir* geiser-guile-load-path :test #'string-equal))
- (eval setq guix-directory
- (locate-dominating-file default-directory ".dir-locals.el"))
- (projectile-project-compilation-dir . "c/")
- (projectile-project-compilation-dir . "~/programming/c/")
- (no-byte-compile t)
- (eval modify-syntax-entry 43 "'")
- (eval modify-syntax-entry 36 "'")
- (eval modify-syntax-entry 126 "'")))
- '(send-mail-function 'smtpmail-send-it))
- (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.
- '(default ((t (:inherit nil :stipple nil :background "#3F3F3F" :foreground "#DCDCCC" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 113 :width normal :foundry "SRC" :family "Hack"))))
- '(org-block ((t (:inherit shadow :family "Hack")))))
|