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.

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