custom-variables.el (1410B)
1 (custom-set-variables 2 ;; custom-set-variables was added by Custom. 3 ;; If you edit it by hand, you could mess it up, so be careful. 4 ;; Your init file should contain only one such instance. 5 ;; If there is more than one, they won't work right. 6 '(custom-enabled-themes '(wheatgrass)) 7 '(ement-save-sessions t) 8 '(geiser-default-implementation 'guile) 9 '(geiser-repl-per-project-p t) 10 '(global-visual-line-mode t) 11 '(global-whitespace-cleanup-mode t) 12 '(mode-line-percent-position '(6 "%q")) 13 '(on-screen-delay 60) 14 '(on-screen-global-mode t) 15 '(org-agenda-files '("~/mine/org/")) 16 '(org-default-notes-file "~/mine/org/org.org") 17 '(org-directory "~/mine/org/") 18 '(org-export-use-babel nil) 19 '(org-roam-directory "~/mine/roam/") 20 '(package-selected-packages 21 '(use-package tabbar session pod-mode org-roam org-bullets muttrc-mode mutt-alias markdown-mode initsplit htmlize helm-org graphviz-dot-mode geiser folding evil-paredit eproject diminish csv-mode company color-theme-modern browse-kill-ring boxquote bm bar-cursor apache-mode)) 22 '(safe-local-variable-values '((encoding . utf-8))) 23 '(word-wrap t) 24 '(writeroom-major-modes '(text-mode geiser-mode scheme-mode))) 25 (custom-set-faces 26 ;; custom-set-faces was added by Custom. 27 ;; If you edit it by hand, you could mess it up, so be careful. 28 ;; Your init file should contain only one such instance. 29 ;; If there is more than one, they won't work right. 30 )