config adjustments for razer
This commit is contained in:
parent
5caba931d6
commit
b0a2ad3ea7
4 changed files with 10 additions and 10 deletions
10
config.el
10
config.el
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue