Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -1845,8 +1845,7 @@ These modes are optional and can be added selectively to `~/.emacs.d/post-init.e
|
|||||||
;; editing features.
|
;; editing features.
|
||||||
(use-package dockerfile-mode
|
(use-package dockerfile-mode
|
||||||
:commands dockerfile-mode
|
:commands dockerfile-mode
|
||||||
:mode
|
:mode ("Dockerfile\\'" . dockerfile-mode))
|
||||||
("Dockerfile\\'" . dockerfile-mode))
|
|
||||||
|
|
||||||
;; Support for *.lua files.
|
;; Support for *.lua files.
|
||||||
;;
|
;;
|
||||||
@@ -1872,8 +1871,7 @@ These modes are optional and can be added selectively to `~/.emacs.d/post-init.e
|
|||||||
:commands (csv-mode
|
:commands (csv-mode
|
||||||
csv-align-mode)
|
csv-align-mode)
|
||||||
:mode ("\\.csv\\'" . csv-mode)
|
:mode ("\\.csv\\'" . csv-mode)
|
||||||
:hook
|
:hook (csv-mode . csv-align-mode)
|
||||||
(csv-mode . csv-align-mode)
|
|
||||||
:custom
|
:custom
|
||||||
(csv-align-max-width 100)
|
(csv-align-max-width 100)
|
||||||
(csv-separators '(",")))
|
(csv-separators '(",")))
|
||||||
@@ -1883,14 +1881,12 @@ These modes are optional and can be added selectively to `~/.emacs.d/post-init.e
|
|||||||
;; local overrides, and project-specific configuration files.
|
;; local overrides, and project-specific configuration files.
|
||||||
(use-package vimrc-mode
|
(use-package vimrc-mode
|
||||||
:commands vimrc-mode
|
:commands vimrc-mode
|
||||||
:mode
|
:mode ("\\.vim\\(rc\\)?\\'" . vimrc-mode))
|
||||||
("\\.vim\\(rc\\)?\\'" . vimrc-mode))
|
|
||||||
|
|
||||||
;; Support for Jenkinsfile files
|
;; Support for Jenkinsfile files
|
||||||
(use-package jenkinsfile-mode
|
(use-package jenkinsfile-mode
|
||||||
:commands jenkinsfile-mode
|
:commands jenkinsfile-mode
|
||||||
:mode
|
:mode ("Jenkinsfile\\'" . jenkinsfile-mode))
|
||||||
("Jenkinsfile\\'" . jenkinsfile-mode))
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Customizations: pre-early-init.el
|
## Customizations: pre-early-init.el
|
||||||
|
|||||||
Reference in New Issue
Block a user