Personal emacs config
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.

43 lines
2.2 KiB

6 years ago
  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. '(auto-save-file-name-transforms (quote ((".*" "~/.emacs.d/autosave/" t))))
  7. '(backup-directory-alist (quote ((".*" . "~/.emacs.d/backup"))))
  8. '(custom-enabled-themes (quote (dracula)))
  9. '(custom-safe-themes
  10. (quote
  11. ("274fa62b00d732d093fc3f120aca1b31a6bb484492f31081c1814a858e25c72e" default)))
  12. '(delete-by-moving-to-trash t)
  13. '(dired-listing-switches "-alh")
  14. '(elpy-eldoc-show-current-function nil)
  15. '(hippie-expand-try-functions-list
  16. (quote
  17. (try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-complete-lisp-symbol-partially try-complete-lisp-symbol)))
  18. '(ibuffer-formats
  19. (quote
  20. ((mark modified read-only locked " "
  21. (name 18 18 :left :elide)
  22. " "
  23. (size-h 9 -1 :right)
  24. " "
  25. (mode 16 16 :left :elide)
  26. " " filename-and-process)
  27. (mark " "
  28. (name 16 -1)
  29. " " filename))))
  30. '(inhibit-startup-screen t)
  31. '(package-selected-packages
  32. (quote
  33. (ace-window winum spaceline use-package kv lispy ibuffer-vc ag string-inflection tiny powershell diffview ivy-hydra php-mode swiper mode-line-bell htmlize cython-mode blacken dired-narrow lua-mode browse-kill-ring clipmon free-keys org-link-minor-mode js2-mode js2-refactor xref-js2 python-django visual-regexp-steroids pcre2el vimrc-mode iedit transient magit dracula-theme flycheck elpy ein better-defaults ssh-config-mode yaml-mode apache-mode web-mode undo-tree)))
  34. '(reb-re-syntax (quote string))
  35. '(tramp-use-ssh-controlmaster-options nil nil (tramp)))
  36. (custom-set-faces
  37. ;; custom-set-faces was added by Custom.
  38. ;; If you edit it by hand, you could mess it up, so be careful.
  39. ;; Your init file should contain only one such instance.
  40. ;; If there is more than one, they won't work right.
  41. '(default ((t (:family "Roboto Mono" :foundry "outline" :slant normal :weight normal :height 113 :width normal))))
  42. '(line-number-current-line ((t (:foreground "yellow" :weight bold)))))
  43. (put 'upcase-region 'disabled nil)