From a312a5dd3494376b0e8af53de37392af44adeeed Mon Sep 17 00:00:00 2001 From: ALittlePatate Date: Wed, 24 Jan 2024 16:32:59 +0100 Subject: [PATCH] update configs whatever idk what changed --- .emacs | 7 +++++++ .zshrc | 1 + 2 files changed, 8 insertions(+) diff --git a/.emacs b/.emacs index d04188f..90198a0 100755 --- a/.emacs +++ b/.emacs @@ -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) diff --git a/.zshrc b/.zshrc index 360665e..5815c42 100644 --- a/.zshrc +++ b/.zshrc @@ -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