Skip to content

Commit ba34306

Browse files
committed
update
1 parent 9de9739 commit ba34306

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

init_bash.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export PS1="\[\e[1;34m\]\u@\h\[\e[m\]: \[\e[1;31m\]\w\[\e[m\]\n\$ "

personal/lang-clojure.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
;; (prelude-require-packages '(flycheck-clj-kondo))
2+
3+
(require 'flycheck-clj-kondo)

personal/user-config.el

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@
2020
'("ipython3" "ipython" "jupyter")
2121
python-shell-interpreter "ipython3"
2222
python-shell-interpreter-args " --simple-prompt -i"
23+
pythonic-interpreter "python3"
2324
)
2425

26+
27+
(prelude-require-package 'conda)
28+
(custom-set-variables
29+
'(conda-anaconda-home "~/.conda"))
30+
2531
(defun shadow-cljs-shells ()
2632
"Create some default eshell "
2733
(interactive)
@@ -33,3 +39,7 @@
3339
(rename-buffer "*eshell*<shadow-cljs-server>")
3440
(eshell nil)
3541
(rename-buffer "*eshell*<shadow-cljs>"))
42+
43+
(require 'exwm)
44+
(require 'exwm-config)
45+
(exwm-config-default)

0 commit comments

Comments
 (0)