First commit.
This commit is contained in:
16
lisp/utilities/abbrev.el
Normal file
16
lisp/utilities/abbrev.el
Normal file
@@ -0,0 +1,16 @@
|
||||
;;; abbrev.el --- Configure Emacs abbreviations -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
;;; Doc: https://www.emacswiki.org/emacs/AbbrevMode
|
||||
|
||||
(use-package abbrev
|
||||
:disabled
|
||||
:ensure nil
|
||||
:diminish abbrev-mode
|
||||
:config
|
||||
(validate-setq
|
||||
abbrev-file-name (path-join *user-data-directory* "abbrev_defs")))
|
||||
|
||||
|
||||
(provide 'utilities/abbrev)
|
||||
;;; abbrev.el ends here
|
Reference in New Issue
Block a user