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.

224 lines
5.5 KiB

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