Skip to content

Commit

Permalink
Add common lisp setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeschli committed Apr 14, 2020
1 parent 8087a20 commit ae1a03d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,14 @@

;;; Ace for better window switching.
(global-set-key (kbd "C-x o") 'ace-select-window)

;;; Common LISP setup
(load (expand-file-name "~/quicklisp/slime-helper.el"))
(setq inferior-lisp-program "sbcl")


;;;

;;; emacs-convenience.el ends here

;;; exwm.el -- My EXWM init file
Expand Down

0 comments on commit ae1a03d

Please sign in to comment.