Skip to content

Commit

Permalink
major-modes(cobol): init
Browse files Browse the repository at this point in the history
  • Loading branch information
terlar committed Sep 22, 2023
1 parent 8ecf7c6 commit 26d9b74
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions init.org
Original file line number Diff line number Diff line change
Expand Up @@ -3199,6 +3199,13 @@ Add faces to =outline-minor-mode= in order to make the headings stand out.
(setq cider-repl-history-file (concat data-dir "cider-history")))
#+end_src

** cobol
#+begin_src emacs-lisp :tangle yes
(use-package cobol-mode
:ensure t
:mode "\\.\\(cob\\|cbl\\|cpy\\)\\'")
#+end_src

** crystal
#+begin_src emacs-lisp :tangle yes
(use-package crystal-mode
Expand Down
15 changes: 15 additions & 0 deletions lock/archive.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@
"packageRequires": {},
"version": "0.8"
},
"cobol-mode": {
"archive": {
"narHash": "sha256-JIBK37m13+vsRhezHzZB9cf4eslgwMcEduNpreDE400=",
"type": "tarball",
"url": "https://elpa.gnu.org/packages/cobol-mode-1.1.tar"
},
"inventory": {
"type": "archive",
"url": "https://elpa.gnu.org/packages/"
},
"packageRequires": {
"cl-lib": "0.5"
},
"version": "1.1"
},
"csv-mode": {
"archive": {
"narHash": "sha256-m2BrVFt3HIiy8RNLdL52jvyt4lDzB7hmJQ8cGwBE9wY=",
Expand Down

0 comments on commit 26d9b74

Please sign in to comment.