Compare commits
No commits in common. "6de971a11a531ef48711cd49b83f75df5c15c7dd" and "c07beeb0ac0b4a237a83c88435e834b43bc017bd" have entirely different histories.
6de971a11a
...
c07beeb0ac
@ -11,9 +11,7 @@
|
||||
"j" #'evil-next-visual-line
|
||||
"k" #'evil-previous-visual-line)
|
||||
:custom
|
||||
(evil-undo-system 'undo-tree)
|
||||
(evil-split-window-below t)
|
||||
(evil-vsplit-window-right t))
|
||||
(evil-undo-system 'undo-tree))
|
||||
|
||||
(use-package evil-collection
|
||||
:after evil)
|
||||
|
@ -189,6 +189,8 @@
|
||||
(concat "python "
|
||||
"bin/start_celery_workers.py "
|
||||
"-n " "travel-service "
|
||||
"-Q "
|
||||
"default,io_pool,cpu_pool,priority_io_pool,priority_cpu_pool "
|
||||
">> ~/lola/logs/travel-svc-celery.log 2>&1")))
|
||||
:file "~/lola/logs/travel-svc-celery.log"
|
||||
:inhibit-process-filter t
|
||||
|
@ -23,7 +23,6 @@
|
||||
:general
|
||||
(leader-map "v" #'project-vterm)
|
||||
:custom
|
||||
(vterm-max-scrollback 10000)
|
||||
(vterm-environment '("TYPEWRITTEN_CURSOR=terminal"))
|
||||
(vterm-ignore-blink-cursor t)
|
||||
(vterm-eval-cmds '(("find-file" find-file)
|
||||
|
Loading…
Reference in New Issue
Block a user