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.

191 lines
4.6 KiB

6 years ago
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
  7. (quote
  8. ((".*" "~/.emacs.d/autosave/" t))))
  9. '(aw-dispatch-when-more-than 1)
  10. '(backup-directory-alist
  11. (quote
  12. ((".*" . "~/.emacs.d/backup"))))
  13. '(browse-kill-ring-display-duplicates
  14. nil)
  15. '(company-show-numbers t)
  16. '(custom-safe-themes
  17. (quote
  18. ("b9e9ba5aeedcc5ba8be99f1cc9301f6679912910ff92fdf7980929c2fc83ab4d"
  19. "84d2f9eeb3f82d619ca4bfffe5f157282f4779732f48a5ac1484d94d5ff5b279"
  20. "c74e83f8aa4c78a121b52146eadb792c9facc5b1f02c917e3dbb454fca931223"
  21. "855eb24c0ea67e3b64d5d07730b96908bac6f4cd1e5a5986493cbac45e9d9636"
  22. "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa"
  23. default)))
  24. '(delete-by-moving-to-trash t)
  25. '(dired-listing-switches
  26. "-alhv")
  27. '(elpy-eldoc-show-current-function
  28. nil)
  29. '(elpy-rpc-timeout 4)
  30. '(explicit-shell-file-name
  31. "/bin/bash")
  32. '(find-file-suppress-same-file-warnings
  33. t)
  34. '(hippie-expand-try-functions-list
  35. (quote
  36. (try-expand-dabbrev
  37. try-expand-dabbrev-all-buffers
  38. try-expand-dabbrev-from-kill
  39. try-complete-file-name-partially
  40. try-complete-file-name
  41. try-expand-all-abbrevs
  42. try-expand-list
  43. try-expand-line
  44. try-complete-lisp-symbol-partially
  45. try-complete-lisp-symbol)))
  46. '(ibuffer-expert t)
  47. '(ibuffer-formats
  48. (quote
  49. ((mark
  50. modified
  51. read-only
  52. locked
  53. " "
  54. (name 18 18 :left :elide)
  55. " "
  56. (size-h 9 -1 :right)
  57. " "
  58. (mode 16 16 :left :elide)
  59. " "
  60. filename-and-process)
  61. (mark
  62. " "
  63. (name 16 -1)
  64. " "
  65. filename))))
  66. '(ibuffer-show-empty-filter-groups
  67. nil)
  68. '(inhibit-startup-screen t)
  69. '(kill-ring-max 500)
  70. '(magit-status-sections-hook
  71. (quote
  72. (magit-insert-status-headers
  73. magit-insert-merge-log
  74. magit-insert-rebase-sequence
  75. magit-insert-am-sequence
  76. magit-insert-sequencer-sequence
  77. magit-insert-bisect-output
  78. magit-insert-bisect-rest
  79. magit-insert-bisect-log
  80. magit-insert-ignored-files
  81. magit-insert-untracked-files
  82. magit-insert-unstaged-changes
  83. magit-insert-staged-changes
  84. magit-insert-stashes
  85. magit-insert-unpushed-to-pushremote
  86. magit-insert-unpushed-to-upstream-or-recent
  87. magit-insert-unpulled-from-pushremote
  88. magit-insert-unpulled-from-upstream)))
  89. '(menu-bar-mode nil)
  90. '(org-export-with-sub-superscripts
  91. (quote {}))
  92. '(org-goto-interface
  93. (quote
  94. outline-path-completionp))
  95. '(org-imenu-depth 5)
  96. '(org-outline-path-complete-in-steps
  97. nil)
  98. '(package-selected-packages
  99. (quote
  100. (diminish
  101. paradox
  102. smart-mode-line-atom-one-dark-theme
  103. counsel
  104. ibuffer-tramp
  105. dockerfile-mode
  106. docker
  107. docker-compose-mode
  108. better-shell
  109. ahk-mode
  110. realgud
  111. format-all
  112. autodisass-java-bytecode
  113. meghanada
  114. elmacro
  115. ace-window
  116. winum
  117. use-package
  118. kv
  119. lispy
  120. ibuffer-vc
  121. ag
  122. string-inflection
  123. tiny
  124. powershell
  125. diffview
  126. ivy-hydra
  127. php-mode
  128. swiper
  129. mode-line-bell
  130. htmlize
  131. cython-mode
  132. dired-narrow
  133. lua-mode
  134. browse-kill-ring
  135. clipmon
  136. free-keys
  137. js2-mode
  138. js2-refactor
  139. xref-js2
  140. python-django
  141. visual-regexp-steroids
  142. pcre2el
  143. vimrc-mode
  144. iedit
  145. transient
  146. magit
  147. dracula-theme
  148. flycheck
  149. elpy
  150. ein
  151. better-defaults
  152. ssh-config-mode
  153. yaml-mode
  154. apache-mode
  155. web-mode
  156. undo-tree)))
  157. '(python-check-command "flake8")
  158. '(reb-re-syntax (quote string))
  159. '(safe-local-variable-values
  160. (quote ((project-venv))))
  161. '(scroll-bar-mode nil)
  162. '(sml/theme
  163. (quote atom-one-dark))
  164. '(tool-bar-mode nil)
  165. '(tramp-use-ssh-controlmaster-options
  166. nil
  167. nil
  168. (tramp))
  169. '(winum-mode t))
  170. (custom-set-faces
  171. ;; custom-set-faces was added by Custom.
  172. ;; If you edit it by hand, you could mess it up, so be careful.
  173. ;; Your init file should contain only one such instance.
  174. ;; If there is more than one, they won't work right.
  175. '(default
  176. ((t
  177. (:family "Roboto Mono"
  178. :foundry "outline"
  179. :slant normal
  180. :weight normal
  181. :height 113
  182. :width normal))))
  183. '(company-tooltip-search
  184. ((t
  185. (:background "#f1fa8c"
  186. :foreground "dark gray"))))
  187. '(line-number-current-line
  188. ((t
  189. (:foreground "yellow"
  190. :weight bold)))))
  191. (put 'upcase-region 'disabled nil)