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.

23 lines
1.5 KiB

  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 (quote (dracula)))
  7. '(custom-safe-themes
  8. (quote
  9. ("274fa62b00d732d093fc3f120aca1b31a6bb484492f31081c1814a858e25c72e" default)))
  10. '(elpy-eldoc-show-current-function nil)
  11. '(package-selected-packages
  12. (quote
  13. (kv lispy ibuffer-vc ag string-inflection tiny powershell diffview ivy-hydra window-numbering 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)))
  14. '(reb-re-syntax (quote string))
  15. '(tramp-use-ssh-controlmaster-options nil nil (tramp)))
  16. (custom-set-faces
  17. ;; custom-set-faces was added by Custom.
  18. ;; If you edit it by hand, you could mess it up, so be careful.
  19. ;; Your init file should contain only one such instance.
  20. ;; If there is more than one, they won't work right.
  21. '(default ((t (:family "Roboto Mono" :foundry "outline" :slant normal :weight normal :height 113 :width normal))))
  22. '(line-number-current-line ((t (:foreground "yellow" :weight bold)))))
  23. (put 'upcase-region 'disabled nil)