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.

231 lines
5.7 KiB

5 years ago
5 years ago
6 years ago
6 years ago
5 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. '(google-c-style
  125. jinja2-mode
  126. masm-mode
  127. nginx-mode
  128. disable-mouse
  129. meghanada
  130. pip-requirements
  131. dired-rsync
  132. projectile
  133. plantuml-mode
  134. shift-number
  135. number
  136. diminish
  137. paradox
  138. smart-mode-line-atom-one-dark-theme
  139. counsel
  140. ibuffer-tramp
  141. dockerfile-mode
  142. docker
  143. docker-compose-mode
  144. better-shell
  145. ahk-mode
  146. realgud
  147. format-all
  148. autodisass-java-bytecode
  149. elmacro
  150. ace-window
  151. winum
  152. use-package
  153. kv
  154. lispy
  155. ibuffer-vc
  156. ag
  157. string-inflection
  158. tiny
  159. powershell
  160. diffview
  161. ivy-hydra
  162. php-mode
  163. swiper
  164. mode-line-bell
  165. htmlize
  166. cython-mode
  167. dired-narrow
  168. lua-mode
  169. clipmon
  170. free-keys
  171. js2-mode
  172. js2-refactor
  173. xref-js2
  174. python-django
  175. visual-regexp-steroids
  176. pcre2el
  177. vimrc-mode
  178. iedit
  179. transient
  180. magit
  181. dracula-theme
  182. flycheck
  183. elpy
  184. ein
  185. better-defaults
  186. ssh-config-mode
  187. yaml-mode
  188. apache-mode
  189. web-mode
  190. undo-tree))
  191. '(python-check-command "flake8")
  192. '(reb-re-syntax 'string)
  193. '(safe-local-variable-values
  194. '((format-all-formatters
  195. ("C" clang-format))
  196. (eval
  197. c-set-offset
  198. 'innamespace
  199. 0)
  200. (before-save-hook
  201. elpy-yapf-fix-code)
  202. (project-venv)))
  203. '(scroll-bar-mode nil)
  204. '(sml/theme 'atom-one-dark)
  205. '(tab-width 4)
  206. '(tool-bar-mode nil)
  207. '(tramp-use-ssh-controlmaster-options
  208. nil)
  209. '(winum-mode nil))
  210. (custom-set-faces
  211. ;; custom-set-faces was added by Custom.
  212. ;; If you edit it by hand, you could mess it up, so be careful.
  213. ;; Your init file should contain only one such instance.
  214. ;; If there is more than one, they won't work right.
  215. '(default
  216. ((t
  217. (:family "Roboto Mono"
  218. :foundry "outline"
  219. :slant normal
  220. :weight normal
  221. :height 113
  222. :width normal))))
  223. '(company-tooltip-search
  224. ((t
  225. (:background "#f1fa8c"
  226. :foreground "dark gray"))))
  227. '(line-number-current-line
  228. ((t
  229. (:foreground "yellow"
  230. :weight bold)))))
  231. (put 'upcase-region 'disabled nil)