|
@@ -42,7 +42,11 @@
|
|
|
(straight-use-package 'yasnippet)
|
|
|
(straight-use-package
|
|
|
'(janet-mode :type git :host github
|
|
|
- :repo "ALSchwalm/janet-mode"))
|
|
|
+ :repo "ALSchwalm/janet-mode"))
|
|
|
+
|
|
|
+;;(straight-use-package
|
|
|
+;; '(org :type git :repo "https://git.savannah.gnu.org/git/emacs/org-mode.git"))
|
|
|
+;;(require 'org)
|
|
|
|
|
|
(require 'yasnippet)
|
|
|
|
|
@@ -279,4 +283,4 @@
|
|
|
(load "~/Repos/dotfiles/emacs/linux-load/customs.el")
|
|
|
(xterm-mouse-mode t)
|
|
|
(load (expand-file-name "~/quicklisp/slime-helper.el"))
|
|
|
- (setq inferior-lisp-program (locate-file "sbcl" exec-path exec-suffixes 1))))
|
|
|
+ (setq inferior-lisp-program (locate-file "sbcl" exec-path exec-suffixes 1))))
|