15 lines
313 B
EmacsLisp
15 lines
313 B
EmacsLisp
;;; earnemod-focus.el --- -*- lexical-binding: t; -*-
|
|
|
|
;; Copyright (C) 2020-2021 earnest ma
|
|
;; SPDX-License-Identifier: MIT
|
|
;; Author: earnest ma <me@earne.link>
|
|
|
|
;;; Code:
|
|
(use-package olivetti
|
|
:general
|
|
(earnemacs-spc-def
|
|
"to" 'olivetti-mode))
|
|
|
|
(provide 'earnemod-focus)
|
|
;;; earnemod-focus.el ends here
|