update configs whatever idk what changed

This commit is contained in:
2024-01-24 16:32:59 +01:00
parent 85b50274bf
commit a312a5dd34
2 changed files with 8 additions and 0 deletions

7
.emacs
View File

@@ -45,6 +45,7 @@
:config
:hook (;; replace XXX-mode with concrete major-mode(e. g. python-mode)
(c-mode . lsp)
(c++-mode . lsp)
(python-mode . lsp))
:commands lsp)
@@ -65,6 +66,12 @@
(setq neo-theme (if (display-graphic-p) 'icons))
;; Use keybindings
(use-package grip-mode
:ensure t
:bind (:map markdown-mode-command-map
("g" . grip-mode)))
;; emacs gdb
(fmakunbound 'gdb)
(fmakunbound 'gdb-enable-debug)

1
.zshrc
View File

@@ -5,6 +5,7 @@
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"
export PATH=$HOME/my_scripts:$PATH
export PATH=$HOME/Documents/pasm/build:$PATH
export PSPDEV=/usr/local/pspdev
export PATH=$PATH:$PSPDEV/bin
export LD_LIBRARY_PATH=~/.local/share/Steam/steamapps/common/Counter-Strike\ Source/bin