Skip to content

Commit 9d782c1

Browse files
committed
init.el
1 parent 002ff58 commit 9d782c1

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

.emacs.d/init.el

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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))
@@ -221,6 +221,23 @@
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

0 commit comments

Comments
 (0)