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.

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