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.

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