updated bindings

This commit is contained in:
Matt Nish-Lapidus 2024-09-16 22:42:30 -04:00
parent adf9f53b0e
commit 0ba73008fa
3 changed files with 20 additions and 4 deletions

View file

@ -13,6 +13,7 @@
(setq doom-font (font-spec :family "JetBrains Mono" :size 14))
(setq fancy-splash-image (concat doom-user-dir "splash.png"))
(setq doom-theme 'doom-monokai-pro)
;; (setq doom-theme 'doom-molokai)
(setq +doom-dashboard-pwd-policy nil)
@ -167,7 +168,7 @@
"s-M-<left>" 'centaur-tabs-backward))
;; use kitty for terminal-here
(setq terminal-here-mac-terminal-command '("kitty" "@" "launch" "--type=tab"))
;; (setq terminal-here-mac-terminal-command '("kitty" "@" "launch" "--type=tab"))
;; set project paths and ignore buffers
(setq projectile-project-search-path '(("~/Source" . 2)))
@ -242,6 +243,16 @@
(after! gcode-mode
(add-hook! 'gcode-mode-hook 'eldoc-mode))
;; (use-package! tramp
;; :init
;; ;; Make sure we work on remote guixsd machines :)
;; ;; probably only helps if you start on a guixsd machine..!
;; (setq tramp-remote-path
;; (append path-tramp-remote
;; '("~/.guix-profile/bin" "~/.guix-profile/sbin"
;; "/run/current-system/profile/bin"
;; "/run/current-system/profile/sbin"))))
;; (use-package! ready-player
;; :config
;; (ready-player-add-to-auto-mode-alist))