File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ export PS1=" \[\e[1;34m\]\u@\h\[\e[m\]: \[\e[1;31m\]\w\[\e[m\]\n\$ "
Original file line number Diff line number Diff line change
1
+ ; ; (prelude-require-packages '(flycheck-clj-kondo))
2
+
3
+ (require 'flycheck-clj-kondo )
Original file line number Diff line number Diff line change 20
20
'(" ipython3" " ipython" " jupyter" )
21
21
python-shell-interpreter " ipython3"
22
22
python-shell-interpreter-args " --simple-prompt -i"
23
+ pythonic-interpreter " python3"
23
24
)
24
25
26
+
27
+ (prelude-require-package 'conda )
28
+ (custom-set-variables
29
+ '(conda-anaconda-home " ~/.conda" ))
30
+
25
31
(defun shadow-cljs-shells ()
26
32
" Create some default eshell "
27
33
(interactive )
33
39
(rename-buffer " *eshell*<shadow-cljs-server>" )
34
40
(eshell nil )
35
41
(rename-buffer " *eshell*<shadow-cljs>" ))
42
+
43
+ (require 'exwm )
44
+ (require 'exwm-config )
45
+ (exwm-config-default)
You can’t perform that action at this time.
0 commit comments