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. '(inhibit-startup-screen t)
  65. '(kill-ring-max 500)
  66. '(magit-status-sections-hook
  67. '(magit-insert-status-headers
  68. magit-insert-merge-log
  69. magit-insert-rebase-sequence
  70. magit-insert-am-sequence
  71. magit-insert-sequencer-sequence
  72. magit-insert-bisect-output
  73. magit-insert-bisect-rest
  74. magit-insert-bisect-log
  75. magit-insert-ignored-files
  76. magit-insert-untracked-files
  77. magit-insert-unstaged-changes
  78. magit-insert-staged-changes
  79. magit-insert-stashes
  80. magit-insert-unpushed-to-pushremote
  81. magit-insert-unpushed-to-upstream-or-recent
  82. magit-insert-unpulled-from-pushremote
  83. magit-insert-unpulled-from-upstream))
  84. '(menu-bar-mode nil)
  85. '(org-babel-load-languages
  86. '((emacs-lisp . t)
  87. (python . t)
  88. (shell . t)))
  89. '(org-babel-tangle-comment-format-beg
  90. "file:%file::%start-line")
  91. '(org-export-with-sub-superscripts
  92. '{})
  93. '(org-goto-interface
  94. 'outline-path-completionp)
  95. '(org-imenu-depth 5)
  96. '(org-outline-path-complete-in-steps
  97. nil)
  98. '(org-src-lang-modes
  99. '(("ocaml" . tuareg)
  100. ("elisp" . emacs-lisp)
  101. ("ditaa" . artist)
  102. ("asymptote" . asy)
  103. ("dot" . fundamental)
  104. ("sqlite" . sql)
  105. ("calc" . fundamental)
  106. ("C" . c)
  107. ("cpp" . c++)
  108. ("C++" . c++)
  109. ("screen" . shell-script)
  110. ("shell" . sh)
  111. ("bash" . sh)))
  112. '(package-selected-packages
  113. '(dired-rsync
  114. projectile
  115. plantuml-mode
  116. shift-number
  117. number
  118. diminish
  119. paradox
  120. smart-mode-line-atom-one-dark-theme
  121. counsel
  122. ibuffer-tramp
  123. dockerfile-mode
  124. docker
  125. docker-compose-mode
  126. better-shell
  127. ahk-mode
  128. realgud
  129. format-all
  130. autodisass-java-bytecode
  131. meghanada
  132. elmacro
  133. ace-window
  134. winum
  135. use-package
  136. kv
  137. lispy
  138. ibuffer-vc
  139. ag
  140. string-inflection
  141. tiny
  142. powershell
  143. diffview
  144. ivy-hydra
  145. php-mode
  146. swiper
  147. mode-line-bell
  148. htmlize
  149. cython-mode
  150. dired-narrow
  151. lua-mode
  152. clipmon
  153. free-keys
  154. js2-mode
  155. js2-refactor
  156. xref-js2
  157. python-django
  158. visual-regexp-steroids
  159. pcre2el
  160. vimrc-mode
  161. iedit
  162. transient
  163. magit
  164. dracula-theme
  165. flycheck
  166. elpy
  167. ein
  168. better-defaults
  169. ssh-config-mode
  170. yaml-mode
  171. apache-mode
  172. web-mode
  173. undo-tree))
  174. '(python-check-command "flake8")
  175. '(reb-re-syntax 'string)
  176. '(safe-local-variable-values
  177. '((project-venv)))
  178. '(scroll-bar-mode nil)
  179. '(sml/theme 'atom-one-dark)
  180. '(tab-width 4)
  181. '(tool-bar-mode nil)
  182. '(tramp-use-ssh-controlmaster-options
  183. nil
  184. nil
  185. (tramp))
  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)