X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/7bdcbaab4f4125c47778c7afc36ac468adbe6c4e..891c482a8f41de3002a361efce155ab0b0704a79:/init.org?ds=inline diff --git a/init.org b/init.org index 422af4c..bc1be0c 100644 --- a/init.org +++ b/init.org @@ -320,9 +320,10 @@ and without compromising on performance. use-package-expand-minimally t)) (setq use-package-always-defer t) +(require 'bind-key) #+end_src -*** Epkg +*** COMMENT Epkg #+begin_quote Browse the Emacsmirror package database @@ -333,7 +334,6 @@ database, low-level functions for querying the database, and a =package.el=-like user interface for browsing the available packages. #+begin_src emacs-lisp -(require 'bind-key) (use-package epkg :commands (epkg-list-packages epkg-describe-package) :bind @@ -1799,7 +1799,7 @@ treemacs :after (treemacs)) #+end_src -*** eclim +*** COMMENT eclim #+begin_src emacs-lisp (use-package eclim @@ -1872,7 +1872,7 @@ Emacs package that displays available keybindings in popup "C-c a e" "erc" "C-c a s" "shells" "C-c p" "package-management" - "C-c p e" "package-management/epkg" + ;; "C-c p e" "package-management/epkg" "C-c p s" "straight.el" "C-c psa" "all" "C-c psp" "package" @@ -2564,19 +2564,6 @@ Now with ERC! ((moznet "amin/moznet" ,pwd))))))) #+end_src -* Blogging -:PROPERTIES: -:CUSTOM_ID: blogging -:END: - -** [[https://ox-hugo.scripter.co][ox-hugo]] - -#+begin_src emacs-lisp -(use-package ox-hugo - :after ox - :demand) -#+end_src - * Post initialization :PROPERTIES: :CUSTOM_ID: post-initialization