Compare commits

..

No commits in common. "43107ed47b5206808cb2179c31e5f0bdf1f3d9a7" and "50a9d80aca784b5b03fdb1a740c2f5d36b60c88c" have entirely different histories.

3 changed files with 1 additions and 5 deletions

View File

@ -51,7 +51,6 @@
;; Interact with GitHub etc. from Magit
(use-package forge
:after magit
:demand t
:config
(setq forge-add-default-bindings nil)
(evil-collection-forge-setup)

View File

@ -1,9 +1,5 @@
;; -*- lexical-binding: t; -*-
;; Default to the Google styleguide formatting for Java
(use-package google-c-style
:hook (java-mode . google-set-c-style))
(use-package lsp-java
:hook (java-mode . lsp-deferred))

View File

@ -2,6 +2,7 @@ if [[ -f "/opt/homebrew/bin/brew" ]]; then
eval "$(/opt/homebrew/bin/brew shellenv)"
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"
fi
ulimit -n 10240
export PATH="$PATH:/Users/jdormit/.local/bin"
eval "$(pyenv init --path)"
export SYSTEM_VERSION_COMPAT=1