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.

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