Skip to content

Commit

Permalink
Changes environment
Browse files Browse the repository at this point in the history
  • Loading branch information
meister committed May 18, 2022
1 parent f2b49bf commit 97e24d0
Show file tree
Hide file tree
Showing 6 changed files with 7,879 additions and 546 deletions.
20 changes: 12 additions & 8 deletions dot-emacs
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,21 @@
[default default default italic underline success warning error])
'(ansi-color-names-vector
["black" "#d55e00" "#009e73" "#f8ec59" "#0072b2" "#cc79a7" "#56b4e9" "white"])
'(custom-enabled-themes (quote (dichromacy)))
'(custom-enabled-themes '(dichromacy))
'(exec-path
(quote
("/usr/bin" "/bin" "/usr/sbin" "/sbin" "/Applications/Emacs.app/Contents/MacOS/bin-x86_64-10_9" "/Applications/Emacs.app/Contents/MacOS/libexec-x86_64-10_9" "/Applications/Emacs.app/Contents/MacOS/libexec" "/Applications/Emacs.app/Contents/MacOS/bin" "/Users/meister/Development/externals-clasp/build/release/bin")))
'("/usr/bin" "/bin" "/usr/sbin" "/sbin" "/Applications/Emacs.app/Contents/MacOS/bin-x86_64-10_9" "/Applications/Emacs.app/Contents/MacOS/libexec-x86_64-10_9" "/Applications/Emacs.app/Contents/MacOS/libexec" "/Applications/Emacs.app/Contents/MacOS/bin" "/Users/meister/Development/externals-clasp/build/release/bin"))
'(gdb-non-stop-setting nil)
'(magit-pull-arguments nil)
'(package-selected-packages
(quote
(git-wip-timemachine realgud-lldb ztree fireplace folding fold-dwim json-mode yasnippet slime rainbow-blocks paredit magit gnuplot git-timemachine ggtags flylisp evil clang-format)))
'(use-package wgrep-ag ag command-log-mode iedit wgrep clang-format+ git-wip-timemachine realgud-lldb ztree fireplace folding fold-dwim json-mode yasnippet slime rainbow-blocks paredit magit gnuplot git-timemachine ggtags flylisp evil clang-format))
'(safe-local-variable-values
(quote
((Package . CLPYTHON\.APP\.REPL)
'((package . puri)
(eval when
(fboundp 'c-toggle-comment-style)
(c-toggle-comment-style 1))
(eval c-set-offset 'innamespace 0)
(eval c-set-offset 'brace-list-open 0)
(Package . CLPYTHON\.APP\.REPL)
(Package . CLPYTHON\.PARSER)
(Readtable . PY-AST-USER-READTABLE)
(Package . CLPYTHON)
Expand Down Expand Up @@ -124,7 +127,7 @@
(Package . C)
(Package . SYSTEM)
(Package . CLOS)
(Syntax . Common-Lisp))))
(Syntax . Common-Lisp)))
'(show-paren-mode t)
'(tool-bar-mode nil))
(custom-set-faces
Expand All @@ -138,3 +141,4 @@
(load-file "~/.emacs.d/init.el")
(put 'narrow-to-region 'disabled nil)
(put 'downcase-region 'disabled nil)

Loading

0 comments on commit 97e24d0

Please sign in to comment.