config adjustments for razer

This commit is contained in:
Matt Nish-Lapidus 2024-09-28 21:19:56 -04:00
parent 5caba931d6
commit b0a2ad3ea7
4 changed files with 10 additions and 10 deletions

View file

@ -10,7 +10,7 @@
;; See 'C-h v doom-font' for documentation and more examples of what they
;; accept. For example:
(setq doom-font (font-spec :family "JetBrains Mono" :size 14))
(setq doom-font (font-spec :family "JetBrains Mono" :size 22))
(setq fancy-splash-image (concat doom-user-dir "splash.png"))
(setq doom-theme 'doom-monokai-pro)
@ -32,7 +32,7 @@
(setq org-directory "~/Documents/Obsidian/Primary")
(setq treesit-extra-load-path '("~/Source/_src/tree-sitter-module/dist/"))
;;(setq treesit-extra-load-path '("~/Source/_src/tree-sitter-module/dist/"))
(use-package! kbd-mode)
@ -191,8 +191,8 @@
;; sly
(after! sly
(setq sly-lisp-implementations
'((sbcl ("sbcl" "--dynamic-space-size" "4Gb"))
(ciel ("sbcl" "--core" "/Users/emenel/quicklisp/local-projects/CIEL/ciel-core" "--eval" "(in-package :ciel-user)" "--dynamic-space-size" "2600"))))
'((sbcl ("sbcl" "--dynamic-space-size" "4Gb"))))
;; (ciel ("sbcl" "--core" "/Users/emenel/quicklisp/local-projects/CIEL/ciel-core" "--eval" "(in-package :ciel-user)" "--dynamic-space-size" "2600"))))
(setq sly-default-lisp 'sbcl)
(setq sly-complete-symbol-function 'sly-flex-completions))
@ -230,7 +230,7 @@
(add-to-list 'auto-mode-alist '("\\.lsx\\'" . lisp-mode))
;; adding supercollider path
(setq exec-path (append exec-path '("/Applications/SuperCollider.app/Contents/MacOS/")))
;;(setq exec-path (append exec-path '("/Applications/SuperCollider.app/Contents/MacOS/")))
;; tidal cycles!
;; (setq tidal-boot-script-path "~/.cabal/share/aarch64-osx-ghc-9.4.2/tidal-1.9.3/BootTidal.hs")

View file

@ -129,7 +129,7 @@
(lua +tree-sitter) ; one-based indices? one-based indices
(markdown +tree-sitter) ; writing docs for people to ignore
;;nim ; python + lisp at the speed of c
;;nix ; I hereby Declare "nix geht mehr!"
nix ; I hereby Declare "nix geht mehr!"
;;ocaml ; an objective camel
(org +pretty) ; organize your plain life in plain text
(php +tree-sitter) ; perl's insecure younger brother

View file

@ -112,7 +112,7 @@
(setq mu4e-bookmarks nil)
(setq sendmail-program "/opt/homebrew/bin/msmtp"
(setq sendmail-program "/home/emenel/.nix-profile/bin/msmtp"
send-mail-function 'smtpmail-send-it
message-sendmail-f-is-evil t
message-sendmail-extra-arguments '("--read-envelope-from")

View file

@ -23,7 +23,7 @@
;; (unpin! geiser)
(unpin! vterm)
(unpin! mu4e)
;;(unpin! mu4e)
(package! bookmark-in-project)
@ -65,8 +65,8 @@
;; (package! tidal)
(package! fish-mode)
(package! smart-tabs-mode)
(package! sclang
:recipe (:local-repo "/Users/emenel/Library/Application Support/SuperCollider/downloaded-quarks/scel/el"))
;;(package! sclang
;; :recipe (:local-repo "/Users/emenel/Library/Application Support/SuperCollider/downloaded-quarks/scel/el"))
(package! platformio-mode)
(package! scad-mode)
(package! consult-yasnippet)