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.

213 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. '((".*" "~/.emacs.d/autosave/" t)))
  8. '(aw-dispatch-when-more-than 1)
  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. '("60940e1f2fa3f4e61e7a7ed9bab9c22676aa25f927d5915c8f0fa3a8bf529821"
  16. "b9e9ba5aeedcc5ba8be99f1cc9301f6679912910ff92fdf7980929c2fc83ab4d"
  17. "84d2f9eeb3f82d619ca4bfffe5f157282f4779732f48a5ac1484d94d5ff5b279"
  18. "c74e83f8aa4c78a121b52146eadb792c9facc5b1f02c917e3dbb454fca931223"
  19. "855eb24c0ea67e3b64d5d07730b96908bac6f4cd1e5a5986493cbac45e9d9636"
  20. "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa"
  21. default))
  22. '(delete-by-moving-to-trash t)
  23. '(dired-listing-switches
  24. "-alhv")
  25. '(elpy-eldoc-show-current-function
  26. nil)
  27. '(elpy-rpc-timeout 4)
  28. '(elpy-test-pytest-runner-command
  29. '("pytest"))
  30. '(elpy-test-runner
  31. 'elpy-test-pytest-runner)
  32. '(explicit-shell-file-name
  33. "/bin/bash")
  34. '(find-file-suppress-same-file-warnings
  35. t)
  36. '(hippie-expand-try-functions-list
  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. '((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. '(iedit-toggle-key-default
  69. "M-]")
  70. '(inhibit-startup-screen t)
  71. '(kill-ring-max 500)
  72. '(magit-status-sections-hook
  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. '((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. '{})
  99. '(org-goto-interface
  100. 'outline-path-completionp)
  101. '(org-imenu-depth 5)
  102. '(org-outline-path-complete-in-steps
  103. nil)
  104. '(org-src-lang-modes
  105. '(("ocaml" . tuareg)
  106. ("elisp" . emacs-lisp)
  107. ("ditaa" . artist)
  108. ("asymptote" . asy)
  109. ("dot" . fundamental)
  110. ("sqlite" . sql)
  111. ("calc" . fundamental)
  112. ("C" . c)
  113. ("cpp" . c++)
  114. ("C++" . c++)
  115. ("screen" . shell-script)
  116. ("shell" . sh)
  117. ("bash" . sh)))
  118. '(package-selected-packages
  119. '(meghanada
  120. pip-requirements
  121. dired-rsync
  122. projectile
  123. plantuml-mode
  124. shift-number
  125. number
  126. diminish
  127. paradox
  128. smart-mode-line-atom-one-dark-theme
  129. counsel
  130. ibuffer-tramp
  131. dockerfile-mode
  132. docker
  133. docker-compose-mode
  134. better-shell
  135. ahk-mode
  136. realgud
  137. format-all
  138. autodisass-java-bytecode
  139. elmacro
  140. ace-window
  141. winum
  142. use-package
  143. kv
  144. lispy
  145. ibuffer-vc
  146. ag
  147. string-inflection
  148. tiny
  149. powershell
  150. diffview
  151. ivy-hydra
  152. php-mode
  153. swiper
  154. mode-line-bell
  155. htmlize
  156. cython-mode
  157. dired-narrow
  158. lua-mode
  159. clipmon
  160. free-keys
  161. js2-mode
  162. js2-refactor
  163. xref-js2
  164. python-django
  165. visual-regexp-steroids
  166. pcre2el
  167. vimrc-mode
  168. iedit
  169. transient
  170. magit
  171. dracula-theme
  172. flycheck
  173. elpy
  174. ein
  175. better-defaults
  176. ssh-config-mode
  177. yaml-mode
  178. apache-mode
  179. web-mode
  180. undo-tree))
  181. '(python-check-command "flake8")
  182. '(reb-re-syntax 'string)
  183. '(safe-local-variable-values
  184. '((project-venv)))
  185. '(scroll-bar-mode nil)
  186. '(sml/theme 'atom-one-dark)
  187. '(tab-width 4)
  188. '(tool-bar-mode nil)
  189. '(tramp-use-ssh-controlmaster-options
  190. nil)
  191. '(winum-mode t))
  192. (custom-set-faces
  193. ;; custom-set-faces was added by Custom.
  194. ;; If you edit it by hand, you could mess it up, so be careful.
  195. ;; Your init file should contain only one such instance.
  196. ;; If there is more than one, they won't work right.
  197. '(default
  198. ((t
  199. (:family "Roboto Mono"
  200. :foundry "outline"
  201. :slant normal
  202. :weight normal
  203. :height 113
  204. :width normal))))
  205. '(company-tooltip-search
  206. ((t
  207. (:background "#f1fa8c"
  208. :foreground "dark gray"))))
  209. '(line-number-current-line
  210. ((t
  211. (:foreground "yellow"
  212. :weight bold)))))
  213. (put 'upcase-region 'disabled nil)