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.

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