update configs whatever idk what changed
This commit is contained in:
7
.emacs
7
.emacs
@@ -45,6 +45,7 @@
|
|||||||
:config
|
:config
|
||||||
:hook (;; replace XXX-mode with concrete major-mode(e. g. python-mode)
|
:hook (;; replace XXX-mode with concrete major-mode(e. g. python-mode)
|
||||||
(c-mode . lsp)
|
(c-mode . lsp)
|
||||||
|
(c++-mode . lsp)
|
||||||
(python-mode . lsp))
|
(python-mode . lsp))
|
||||||
:commands lsp)
|
:commands lsp)
|
||||||
|
|
||||||
@@ -65,6 +66,12 @@
|
|||||||
|
|
||||||
(setq neo-theme (if (display-graphic-p) 'icons))
|
(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
|
;; emacs gdb
|
||||||
(fmakunbound 'gdb)
|
(fmakunbound 'gdb)
|
||||||
(fmakunbound 'gdb-enable-debug)
|
(fmakunbound 'gdb-enable-debug)
|
||||||
|
|||||||
1
.zshrc
1
.zshrc
@@ -5,6 +5,7 @@
|
|||||||
# Path to your oh-my-zsh installation.
|
# Path to your oh-my-zsh installation.
|
||||||
export ZSH="$HOME/.oh-my-zsh"
|
export ZSH="$HOME/.oh-my-zsh"
|
||||||
export PATH=$HOME/my_scripts:$PATH
|
export PATH=$HOME/my_scripts:$PATH
|
||||||
|
export PATH=$HOME/Documents/pasm/build:$PATH
|
||||||
export PSPDEV=/usr/local/pspdev
|
export PSPDEV=/usr/local/pspdev
|
||||||
export PATH=$PATH:$PSPDEV/bin
|
export PATH=$PATH:$PSPDEV/bin
|
||||||
export LD_LIBRARY_PATH=~/.local/share/Steam/steamapps/common/Counter-Strike\ Source/bin
|
export LD_LIBRARY_PATH=~/.local/share/Steam/steamapps/common/Counter-Strike\ Source/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user