diff --git a/init.org b/init.org index ef58186..5ca67b0 100644 --- a/init.org +++ b/init.org @@ -509,9 +509,6 @@ Enables and configures Yasnippet, a template system for Emacs: (yas-global-mode 1)) #+END_SRC -#+RESULTS: -: [nil 26279 35446 711851 nil elpaca-process-queues nil nil 81000 nil] - *** Enable LLM access with Ellama Configures access to language models using Ellama. I don't know whether to put it under writing, comms or programming as it is equally @@ -540,9 +537,6 @@ whether to put it under writing, comms or programming as it is equally (message "Ellama is available")) #+END_SRC -#+RESULTS: -: [nil 26280 51581 64425 nil elpaca-process-queues nil nil 916000 nil] - It seems the *gpt-4o* model provides better responses. I should investigate local models more. @@ -1721,4 +1715,11 @@ Indicates the ~init.el~ file is provided by and ends here: (provide 'init) ;;; init.el ends here #+END_SRC +* Future +** TODO Decide about general keybindings. +The *general* package offers enhanced support for *evil* keybindings, +notably it integrates with *use-package* to define keybindings which +will load the package if not loaded yet. +It considerably streamlines managing evil bindings so it should offer +enough value but I just removed it, so it'll have to wait a bit.