This website requires JavaScript.
Explore
Help
Sign In
devraza
/
dianciemacs
Archived
Watch
1
Fork
You've already forked dianciemacs
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-03-23
. You can view files and clone it, but cannot push or open issues or pull requests.
416e6640d6
dianciemacs
/
lisp
/
language.el
5 lines
91 B
EmacsLisp
Raw
Normal View
History
Unescape
Escape
style: file explanations and loading This commit changes the way files are loaded. Instead of being 'require'd and 'provide'd, they are simply 'load'ed, having a positive impact on performance and code quality. Additionally, the headings of file (which thus far have began with three semicolons) now begin with two to fit Emacs lisp conventions.
2022-11-12 17:53:29 +00:00
;; This file contains configuration for languages
feat: configuration for languages
2022-11-12 17:50:34 +00:00
;; Markdown
(
use-package
markdown-mode
)
Reference in a new issue
Copy permalink