Skip to content

Commit

Permalink
langs/jq: Initial commit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mohkale committed Jan 1, 2024
1 parent ea2c01f commit 159442a
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion init.org
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ Welcome to my personal Emacs configuration 😎.
javascript
;; typescript ; NOTE requires javascript to also be enabled
json
;; jupyter
;; jq
;; kotlin
;; glsl
;; log
Expand Down Expand Up @@ -20783,6 +20783,25 @@ Welcome to my personal Emacs configuration 😎.
(provide '+lang-json)
#+end_src

** JQ
:PROPERTIES:
:header-args+: :tangle (package-lisp! +lang-json json)
:END:

#+begin_src emacs-lisp :tangle (package-yes! jq)
(require '+lang-jq)
#+end_src

#+begin_src emacs-lisp
(use-package jq-mode
:straight t
:mode (rx ".jq" eol))
#+end_src

#+begin_src emacs-lisp
(provide '+lang-jq)
#+end_src

** Kotlin
:PROPERTIES:
:header-args+: :tangle (package-lisp! +lang-kotlin kotlin)
Expand Down

0 comments on commit 159442a

Please sign in to comment.