Compare commits
2 Commits
5e067c5fbd
...
fbcb31a674
Author | SHA1 | Date | |
---|---|---|---|
|
fbcb31a674 | ||
|
6f2c4e2f84 |
@ -71,12 +71,16 @@
|
|||||||
(ansi-color-apply-on-region (point) (point-max)))
|
(ansi-color-apply-on-region (point) (point-max)))
|
||||||
(add-hook 'compilation-filter-hook 'postprocess-compilation-buffer))
|
(add-hook 'compilation-filter-hook 'postprocess-compilation-buffer))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
;; Code formatting library
|
;; Code formatting library
|
||||||
(use-package apheleia
|
(use-package apheleia
|
||||||
:straight (apheleia :host github :repo "raxod502/apheleia")
|
:straight (apheleia :host github :repo "raxod502/apheleia")
|
||||||
:general
|
:general
|
||||||
("C-c f" #'apheleia-format-buffer))
|
("C-c f" #'apheleia-format-buffer))
|
||||||
|
|
||||||
|
;; Debugger interface
|
||||||
|
(use-package realgud
|
||||||
|
:defer t
|
||||||
|
:config
|
||||||
|
(evil-collection-realgud-setup))
|
||||||
|
|
||||||
(provide 'init-ide)
|
(provide 'init-ide)
|
||||||
|
@ -1,13 +1,6 @@
|
|||||||
typeset -U path
|
typeset -U path
|
||||||
path=(~/bin ~/.local/bin ~/.gem/ruby/2.6.0/bin ~/go/bin /opt/local/bin ~/.cargo/bin $path)
|
path=(~/bin ~/.local/bin ~/.gem/ruby/2.6.0/bin ~/go/bin /opt/local/bin ~/.cargo/bin $path)
|
||||||
|
|
||||||
if [ -d ~/lola ];
|
|
||||||
then
|
|
||||||
export LOLA_HOME=~/lola/lola-server
|
|
||||||
export MODELS_HOME=~/lola/models
|
|
||||||
export LOLA_TRAVEL_SERVICE_HOME=~/lola/lola-travel-service
|
|
||||||
fi
|
|
||||||
|
|
||||||
export LEDGER_FILE="$HOME/journal.ledger"
|
export LEDGER_FILE="$HOME/journal.ledger"
|
||||||
|
|
||||||
EDITOR="$(which emacsclient)"
|
EDITOR="$(which emacsclient)"
|
||||||
|
Loading…
Reference in New Issue
Block a user