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.

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