Skip to content

Commit

Permalink
ext: add paimon mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mcraveiro committed Mar 4, 2024
1 parent cdf9c4c commit 76db1e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config/external.org
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,11 @@ START and END mark the region."

#+end_src

* Logging

#+begin_src emacs-lisp
(use-package paimon)
#+end_src

* Postamble

Expand Down
2 changes: 1 addition & 1 deletion custom.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; If there is more than one, they won't work right.
'(bmkp-last-as-first-bookmark-file "/home/marco/.emacs.d/bookmarks")
'(package-selected-packages
'(haproxy-mode eldoc-box embark-consult embark flyspell-correct consult-flyspell csv-mode ztree yasnippet-snippets yaml-mode windswap vscode-icon volatile-highlights vertico verb undo-tree terraform-mode super-save ssh sql-clickhouse smartparens smart-hungry-delete sharper rg rainbow-mode rainbow-delimiters protobuf-mode project-shells prodigy powershell pfuture persp-mode persistent-scratch org-roam-ui org-present org-fancy-priorities orderless mustache-mode mustache mastodon marginalia magit lsp-ui logview llama-cpp jump-tree json-mode jq-mode jq-format inf-mongo inf-clojure imenu-list ibuffer-sidebar ibuffer-projectile hl-todo hide-mode-line helpful helm-ls-git helm-c-yasnippet google-this git-timemachine git-modes git-messenger git-gutter-fringe flycheck-plantuml flycheck-eglot eyebrowse expand-region evil eshell-git-prompt engine-mode drag-stuff doom-themes doom-modeline dockerfile-mode dired-sidebar dimmer diminish diff-at-point define-word dashboard csproj-mode crux consult-yasnippet consult-flycheck consult-eglot consult-dir company-posframe company-box color-identifiers-mode cmake-mode citeproc-org chatgpt-shell cfrs browse-kill-ring bongo bm beacon backup-walker anzu all-the-icons-nerd-fonts all-the-icons-ibuffer all-the-icons-dired all-the-icons-completion aggressive-indent ace-window))
'(paimon haproxy-mode eldoc-box embark-consult embark flyspell-correct consult-flyspell csv-mode ztree yasnippet-snippets yaml-mode windswap vscode-icon volatile-highlights vertico verb undo-tree terraform-mode super-save ssh sql-clickhouse smartparens smart-hungry-delete sharper rg rainbow-mode rainbow-delimiters protobuf-mode project-shells prodigy powershell pfuture persp-mode persistent-scratch org-roam-ui org-present org-fancy-priorities orderless mustache-mode mustache mastodon marginalia magit lsp-ui logview llama-cpp jump-tree json-mode jq-mode jq-format inf-mongo inf-clojure imenu-list ibuffer-sidebar ibuffer-projectile hl-todo hide-mode-line helpful helm-ls-git helm-c-yasnippet google-this git-timemachine git-modes git-messenger git-gutter-fringe flycheck-plantuml flycheck-eglot eyebrowse expand-region evil eshell-git-prompt engine-mode drag-stuff doom-themes doom-modeline dockerfile-mode dired-sidebar dimmer diminish diff-at-point define-word dashboard csproj-mode crux consult-yasnippet consult-flycheck consult-eglot consult-dir company-posframe company-box color-identifiers-mode cmake-mode citeproc-org chatgpt-shell cfrs browse-kill-ring bongo bm beacon backup-walker anzu all-the-icons-nerd-fonts all-the-icons-ibuffer all-the-icons-dired all-the-icons-completion aggressive-indent ace-window))
'(safe-local-variable-values
'((eval setq-local org-roam-db-location
(expand-file-name ".org-roam.db" org-roam-directory))
Expand Down
1 change: 1 addition & 0 deletions doc/notes_and_comments.org
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Problems:
- [[https://klibert.pl/posts/supercharge-your-eval-expression-with-ielm.html][Supercharge your eval-expression with ielm!]] See also [[https://www.reddit.com/r/emacs/comments/18bm7qz/supercharge_your_evalexpression_with_ielm/][reddit discussion]].
- [[https://utcc.utoronto.ca/~cks/space/blog/programming/EmacsMetaXRelevantCommands][How to make your GNU Emacs commands 'relevant' for M-X]]
- [[https://endlessparentheses.com/a-quick-guide-to-directory-local-variables.html][A quick guide to directory-local (or project-specific) variables]]
- [[https://joaotavora.github.io/yasnippet/snippet-development.html#org6796ab7][YAS - Writing snippets]]

* References
:properties:
Expand Down

0 comments on commit 76db1e2

Please sign in to comment.