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.

232 lines
5.7 KiB

5 years ago
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. t)
  74. '(inhibit-startup-screen t)
  75. '(kill-ring-max 500)
  76. '(magit-status-sections-hook
  77. '(magit-insert-status-headers
  78. magit-insert-merge-log
  79. magit-insert-rebase-sequence
  80. magit-insert-am-sequence
  81. magit-insert-sequencer-sequence
  82. magit-insert-bisect-output
  83. magit-insert-bisect-rest
  84. magit-insert-bisect-log
  85. magit-insert-ignored-files
  86. magit-insert-untracked-files
  87. magit-insert-unstaged-changes
  88. magit-insert-staged-changes
  89. magit-insert-stashes
  90. magit-insert-unpushed-to-pushremote
  91. magit-insert-unpushed-to-upstream-or-recent
  92. magit-insert-unpulled-from-pushremote
  93. magit-insert-unpulled-from-upstream))
  94. '(meghanada-java-path
  95. "/usr/lib/jvm/java-8-openjdk/jre/bin/java")
  96. '(menu-bar-mode nil)
  97. '(org-babel-load-languages
  98. '((emacs-lisp . t)
  99. (python . t)
  100. (shell . t)))
  101. '(org-babel-tangle-comment-format-beg
  102. "file:%file::%start-line")
  103. '(org-export-with-sub-superscripts
  104. '{})
  105. '(org-goto-interface
  106. 'outline-path-completionp)
  107. '(org-imenu-depth 5)
  108. '(org-outline-path-complete-in-steps
  109. nil)
  110. '(org-src-lang-modes
  111. '(("ocaml" . tuareg)
  112. ("elisp" . emacs-lisp)
  113. ("ditaa" . artist)
  114. ("asymptote" . asy)
  115. ("dot" . fundamental)
  116. ("sqlite" . sql)
  117. ("calc" . fundamental)
  118. ("C" . c)
  119. ("cpp" . c++)
  120. ("C++" . c++)
  121. ("screen" . shell-script)
  122. ("shell" . sh)
  123. ("bash" . sh)))
  124. '(package-selected-packages
  125. '(google-c-style
  126. jinja2-mode
  127. masm-mode
  128. nginx-mode
  129. disable-mouse
  130. meghanada
  131. pip-requirements
  132. dired-rsync
  133. projectile
  134. plantuml-mode
  135. shift-number
  136. number
  137. diminish
  138. paradox
  139. smart-mode-line-atom-one-dark-theme
  140. counsel
  141. ibuffer-tramp
  142. dockerfile-mode
  143. docker
  144. docker-compose-mode
  145. better-shell
  146. ahk-mode
  147. realgud
  148. format-all
  149. autodisass-java-bytecode
  150. elmacro
  151. ace-window
  152. winum
  153. use-package
  154. kv
  155. lispy
  156. ibuffer-vc
  157. ag
  158. string-inflection
  159. tiny
  160. powershell
  161. diffview
  162. ivy-hydra
  163. php-mode
  164. swiper
  165. mode-line-bell
  166. htmlize
  167. cython-mode
  168. dired-narrow
  169. lua-mode
  170. clipmon
  171. free-keys
  172. js2-mode
  173. js2-refactor
  174. xref-js2
  175. python-django
  176. visual-regexp-steroids
  177. pcre2el
  178. vimrc-mode
  179. iedit
  180. transient
  181. magit
  182. dracula-theme
  183. flycheck
  184. elpy
  185. ein
  186. better-defaults
  187. ssh-config-mode
  188. yaml-mode
  189. apache-mode
  190. web-mode
  191. undo-tree))
  192. '(python-check-command "flake8")
  193. '(reb-re-syntax 'string)
  194. '(safe-local-variable-values
  195. '((format-all-formatters
  196. ("C" clang-format))
  197. (eval
  198. c-set-offset
  199. 'innamespace
  200. 0)
  201. (before-save-hook
  202. elpy-yapf-fix-code)
  203. (project-venv)))
  204. '(scroll-bar-mode nil)
  205. '(sml/theme 'atom-one-dark)
  206. '(tab-width 4)
  207. '(tool-bar-mode nil)
  208. '(tramp-use-ssh-controlmaster-options
  209. nil)
  210. '(winum-mode nil))
  211. (custom-set-faces
  212. ;; custom-set-faces was added by Custom.
  213. ;; If you edit it by hand, you could mess it up, so be careful.
  214. ;; Your init file should contain only one such instance.
  215. ;; If there is more than one, they won't work right.
  216. '(default
  217. ((t
  218. (:family "Roboto Mono"
  219. :foundry "outline"
  220. :slant normal
  221. :weight normal
  222. :height 113
  223. :width normal))))
  224. '(company-tooltip-search
  225. ((t
  226. (:background "#f1fa8c"
  227. :foreground "dark gray"))))
  228. '(line-number-current-line
  229. ((t
  230. (:foreground "yellow"
  231. :weight bold)))))
  232. (put 'upcase-region 'disabled nil)