sublimity mode
This commit is contained in:
parent
b50c5bc131
commit
9067e66713
@ -55,6 +55,21 @@
|
|||||||
(do-frame-config)
|
(do-frame-config)
|
||||||
(add-hook 'after-make-frame-functions 'disable-scroll-bars))
|
(add-hook 'after-make-frame-functions 'disable-scroll-bars))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
*** submlimity
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package sublimity
|
||||||
|
:ensure t
|
||||||
|
:straight '(sublimity
|
||||||
|
:type git
|
||||||
|
:host github
|
||||||
|
:repo "zk-phi/sublimity"))
|
||||||
|
|
||||||
|
(require 'sublimity-scroll)
|
||||||
|
;;(require 'sublimity-map) ;; experimental
|
||||||
|
(require 'sublimity-attractive)
|
||||||
|
|
||||||
|
(sublimity-mode 1)
|
||||||
|
#+END_SRC
|
||||||
** System path (macos)
|
** System path (macos)
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
;; Use system path on macos - needed for node
|
;; Use system path on macos - needed for node
|
||||||
|
Loading…
Reference in New Issue
Block a user