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.1 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. ("b9e9ba5aeedcc5ba8be99f1cc9301f6679912910ff92fdf7980929c2fc83ab4d"
  19. "84d2f9eeb3f82d619ca4bfffe5f157282f4779732f48a5ac1484d94d5ff5b279"
  20. "c74e83f8aa4c78a121b52146eadb792c9facc5b1f02c917e3dbb454fca931223"
  21. "855eb24c0ea67e3b64d5d07730b96908bac6f4cd1e5a5986493cbac45e9d9636"
  22. "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa"
  23. default)))
  24. '(delete-by-moving-to-trash t)
  25. '(dired-listing-switches
  26. "-alhv")
  27. '(elpy-eldoc-show-current-function
  28. nil)
  29. '(elpy-rpc-timeout 4)
  30. '(explicit-shell-file-name
  31. "/bin/bash")
  32. '(find-file-suppress-same-file-warnings
  33. t)
  34. '(hippie-expand-try-functions-list
  35. (quote
  36. (try-expand-dabbrev
  37. try-expand-dabbrev-all-buffers
  38. try-expand-dabbrev-from-kill
  39. try-complete-file-name-partially
  40. try-complete-file-name
  41. try-expand-all-abbrevs
  42. try-expand-list
  43. try-expand-line
  44. try-complete-lisp-symbol-partially
  45. try-complete-lisp-symbol)))
  46. '(ibuffer-expert t)
  47. '(ibuffer-formats
  48. (quote
  49. ((mark
  50. modified
  51. read-only
  52. locked
  53. " "
  54. (name 18 18 :left :elide)
  55. " "
  56. (size-h 9 -1 :right)
  57. " "
  58. (mode 16 16 :left :elide)
  59. " "
  60. filename-and-process)
  61. (mark
  62. " "
  63. (name 16 -1)
  64. " "
  65. filename))))
  66. '(ibuffer-show-empty-filter-groups
  67. nil)
  68. '(inhibit-startup-screen t)
  69. '(kill-ring-max 500)
  70. '(magit-status-sections-hook
  71. (quote
  72. (magit-insert-status-headers
  73. magit-insert-merge-log
  74. magit-insert-rebase-sequence
  75. magit-insert-am-sequence
  76. magit-insert-sequencer-sequence
  77. magit-insert-bisect-output
  78. magit-insert-bisect-rest
  79. magit-insert-bisect-log
  80. magit-insert-ignored-files
  81. magit-insert-untracked-files
  82. magit-insert-unstaged-changes
  83. magit-insert-staged-changes
  84. magit-insert-stashes
  85. magit-insert-unpushed-to-pushremote
  86. magit-insert-unpushed-to-upstream-or-recent
  87. magit-insert-unpulled-from-pushremote
  88. magit-insert-unpulled-from-upstream)))
  89. '(menu-bar-mode nil)
  90. '(org-babel-load-languages
  91. (quote
  92. ((emacs-lisp . t)
  93. (python . t)
  94. (shell . t))))
  95. '(org-babel-tangle-comment-format-beg
  96. "file:%file::%start-line")
  97. '(org-export-with-sub-superscripts
  98. (quote {}))
  99. '(org-goto-interface
  100. (quote
  101. outline-path-completionp))
  102. '(org-imenu-depth 5)
  103. '(org-outline-path-complete-in-steps
  104. nil)
  105. '(org-src-lang-modes
  106. (quote
  107. (("ocaml" . tuareg)
  108. ("elisp" . emacs-lisp)
  109. ("ditaa" . artist)
  110. ("asymptote" . asy)
  111. ("dot" . fundamental)
  112. ("sqlite" . sql)
  113. ("calc" . fundamental)
  114. ("C" . c)
  115. ("cpp" . c++)
  116. ("C++" . c++)
  117. ("screen" . shell-script)
  118. ("shell" . sh)
  119. ("bash" . sh))))
  120. '(package-selected-packages
  121. (quote
  122. (dired-rsync
  123. projectile
  124. plantuml-mode
  125. shift-number
  126. number
  127. diminish
  128. paradox
  129. smart-mode-line-atom-one-dark-theme
  130. counsel
  131. ibuffer-tramp
  132. dockerfile-mode
  133. docker
  134. docker-compose-mode
  135. better-shell
  136. ahk-mode
  137. realgud
  138. format-all
  139. autodisass-java-bytecode
  140. meghanada
  141. elmacro
  142. ace-window
  143. winum
  144. use-package
  145. kv
  146. lispy
  147. ibuffer-vc
  148. ag
  149. string-inflection
  150. tiny
  151. powershell
  152. diffview
  153. ivy-hydra
  154. php-mode
  155. swiper
  156. mode-line-bell
  157. htmlize
  158. cython-mode
  159. dired-narrow
  160. lua-mode
  161. clipmon
  162. free-keys
  163. js2-mode
  164. js2-refactor
  165. xref-js2
  166. python-django
  167. visual-regexp-steroids
  168. pcre2el
  169. vimrc-mode
  170. iedit
  171. transient
  172. magit
  173. dracula-theme
  174. flycheck
  175. elpy
  176. ein
  177. better-defaults
  178. ssh-config-mode
  179. yaml-mode
  180. apache-mode
  181. web-mode
  182. undo-tree)))
  183. '(python-check-command "flake8")
  184. '(reb-re-syntax (quote string))
  185. '(safe-local-variable-values
  186. (quote ((project-venv))))
  187. '(scroll-bar-mode nil)
  188. '(sml/theme
  189. (quote atom-one-dark))
  190. '(tab-width 4)
  191. '(tool-bar-mode nil)
  192. '(tramp-use-ssh-controlmaster-options
  193. nil
  194. nil
  195. (tramp))
  196. '(winum-mode t))
  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)