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.

280 lines
7.0 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. (paradox
  101. smart-mode-line-atom-one-dark-theme
  102. counsel
  103. ibuffer-tramp
  104. dockerfile-mode
  105. docker
  106. docker-compose-mode
  107. better-shell
  108. ahk-mode
  109. realgud
  110. format-all
  111. autodisass-java-bytecode
  112. meghanada
  113. elmacro
  114. ace-window
  115. winum
  116. use-package
  117. kv
  118. lispy
  119. ibuffer-vc
  120. ag
  121. string-inflection
  122. tiny
  123. powershell
  124. diffview
  125. ivy-hydra
  126. php-mode
  127. swiper
  128. mode-line-bell
  129. htmlize
  130. cython-mode
  131. dired-narrow
  132. lua-mode
  133. browse-kill-ring
  134. clipmon
  135. free-keys
  136. js2-mode
  137. js2-refactor
  138. xref-js2
  139. python-django
  140. visual-regexp-steroids
  141. pcre2el
  142. vimrc-mode
  143. iedit
  144. transient
  145. magit
  146. dracula-theme
  147. flycheck
  148. elpy
  149. ein
  150. better-defaults
  151. ssh-config-mode
  152. yaml-mode
  153. apache-mode
  154. web-mode
  155. undo-tree)))
  156. '(python-check-command "flake8")
  157. '(reb-re-syntax (quote string))
  158. '(safe-local-variable-values
  159. (quote ((project-venv))))
  160. '(scroll-bar-mode nil)
  161. '(sml/mode-width
  162. (if (eq (powerline-current-separator)
  163. (quote arrow))
  164. (quote right)
  165. (quote full)))
  166. '(sml/pos-id-separator
  167. (quote
  168. (""
  169. (:propertize " "
  170. face
  171. powerline-active1)
  172. (:eval (propertize
  173. " "
  174. (quote display)
  175. (funcall
  176. (intern
  177. (format
  178. "powerline-%s-%s"
  179. (powerline-current-separator)
  180. (car powerline-default-separator-dir)))
  181. (quote powerline-active1)
  182. (quote powerline-active2))))
  183. (:propertize " "
  184. face
  185. powerline-active2))))
  186. '(sml/pos-minor-modes-separator
  187. (quote
  188. (""
  189. (:propertize " "
  190. face
  191. powerline-active1)
  192. (:eval (propertize
  193. " "
  194. (quote display)
  195. (funcall
  196. (intern
  197. (format
  198. "powerline-%s-%s"
  199. (powerline-current-separator)
  200. (cdr powerline-default-separator-dir)))
  201. (quote powerline-active1)
  202. (quote sml/global))))
  203. (:propertize " "
  204. face
  205. sml/global))))
  206. '(sml/pre-id-separator
  207. (quote
  208. (""
  209. (:propertize " "
  210. face
  211. sml/global)
  212. (:eval (propertize
  213. " "
  214. (quote display)
  215. (funcall
  216. (intern
  217. (format
  218. "powerline-%s-%s"
  219. (powerline-current-separator)
  220. (car powerline-default-separator-dir)))
  221. (quote sml/global)
  222. (quote powerline-active1))))
  223. (:propertize " "
  224. face
  225. powerline-active1))))
  226. '(sml/pre-minor-modes-separator
  227. (quote
  228. (""
  229. (:propertize " "
  230. face
  231. powerline-active2)
  232. (:eval (propertize
  233. " "
  234. (quote display)
  235. (funcall
  236. (intern
  237. (format
  238. "powerline-%s-%s"
  239. (powerline-current-separator)
  240. (cdr powerline-default-separator-dir)))
  241. (quote powerline-active2)
  242. (quote powerline-active1))))
  243. (:propertize " "
  244. face
  245. powerline-active1))))
  246. '(sml/pre-modes-separator
  247. (propertize
  248. " "
  249. (quote face)
  250. (quote sml/modes)))
  251. '(sml/theme
  252. (quote atom-one-dark))
  253. '(tool-bar-mode nil)
  254. '(tramp-use-ssh-controlmaster-options
  255. nil
  256. nil
  257. (tramp))
  258. '(winum-mode t))
  259. (custom-set-faces
  260. ;; custom-set-faces was added by Custom.
  261. ;; If you edit it by hand, you could mess it up, so be careful.
  262. ;; Your init file should contain only one such instance.
  263. ;; If there is more than one, they won't work right.
  264. '(default
  265. ((t
  266. (:family "Roboto Mono"
  267. :foundry "outline"
  268. :slant normal
  269. :weight normal
  270. :height 113
  271. :width normal))))
  272. '(company-tooltip-search
  273. ((t
  274. (:background "#f1fa8c"
  275. :foreground "dark gray"))))
  276. '(line-number-current-line
  277. ((t
  278. (:foreground "yellow"
  279. :weight bold)))))
  280. (put 'upcase-region 'disabled nil)