File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 '(global-command-log-mode t )
1616 '(markdown-command " /usr/local/bin/pandoc" )
1717 '(package-selected-packages
18- '(racket-mode cmake-mode zig-mode magit cider auctex company lsp-haskell python-mode rust-mode lsp-ivy dap-mode flycheck lsp-ui lsp-mode haskell-mode evil helpful smex gruber-darker-theme counsel ivy-rich which-key rainbow-delimiters doom-modeline gruvbox-theme ivy command-log-mode use-package))
18+ '(agda2-mode go-mode racket-mode cmake-mode zig-mode magit cider auctex company lsp-haskell python-mode rust-mode lsp-ivy dap-mode flycheck lsp-ui lsp-mode haskell-mode evil helpful smex gruber-darker-theme counsel ivy-rich which-key rainbow-delimiters doom-modeline gruvbox-theme ivy command-log-mode use-package))
1919 '(send-mail-function 'smtpmail-send-it )
2020 '(smtpmail-smtp-server " smtp.gmail.com" )
2121 '(smtpmail-smtp-service 25 ))
221221 (eshell/addpath " /usr/local/bin" ))
222222(add-hook 'eshell-mode-hook #'jpk/eshell-mode-hook )
223223
224+ (setq exec-path
225+ (append
226+ '(" /opt/bin"
227+ " ~/.cabal/bin"
228+ " ~/.local/bin"
229+ " ~/.cargo/bin"
230+ " ~/Library/Application Support/Code/User/globalStorage/haskell.haskell"
231+ " ~/.ghcup/ghc/9.0.1/bin"
232+ " /Applications/Julia-1.5.app/Contents/Resources/julia/bin"
233+ " ~/.cabal/bin"
234+ " ~/.ghcup/bin"
235+ " /usr/local/sbin"
236+ " ~/go/bin"
237+ " /usr/local/share/dotnet"
238+ " /usr/local/bin" )
239+ exec-path))
240+
224241; ; SHIFT + Arrow keys to move between splits
225242(windmove-default-keybindings )
226243
You can’t perform that action at this time.
0 commit comments