summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorSimeon Simeonov2023-10-13 20:52:40 +0200
committerSimeon Simeonov2023-10-13 20:52:40 +0200
commit363c7b265e5fe5358a079e3058a661d23f978fd8 (patch)
tree7de1688b502303cbbb30d7438b516f78f81891ea /.emacs.d
parent83718bb1038c175d84204ed57d5aebe380811c61 (diff)
Update yaml-mode.el and fix max chars marking in .emacs
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/yaml-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/yaml-mode.el b/.emacs.d/lisp/yaml-mode.el
index d3c1da8..c18fcd9 100644
--- a/.emacs.d/lisp/yaml-mode.el
+++ b/.emacs.d/lisp/yaml-mode.el
@@ -8,7 +8,7 @@
8;; URL: https://github.com/yoshiki/yaml-mode 8;; URL: https://github.com/yoshiki/yaml-mode
9;; Package-Requires: ((emacs "24.1")) 9;; Package-Requires: ((emacs "24.1"))
10;; Keywords: data yaml 10;; Keywords: data yaml
11;; Version: 0.0.15 11;; Version: 0.0.16
12 12
13;; This file is not part of Emacs 13;; This file is not part of Emacs
14 14