Questions tagged [config]
The config tag has no summary.
96 questions
0 votes
0 answers
11 views
customize org-appear to hide inline src block
I found this reddit post which has a config to hide the header context of a inline src block. So, using the config, inline source like src_python{return 123}, becomes {return 123}. I customized it so ...
3 votes
3 answers
724 views
Why am I getting a error about "Recursive load" in my init.el config file?
As per title, I'm attempting my first config as I would like to start small and build it as I learn, rather then being overwhelmed by something like Doom or Spacemacs. I took Protesilaos basic ...
0 votes
0 answers
75 views
How to set credentials as header-args for org-babel in org files correctly?
I need to manage a few MySQL databases hosted in the cloud, and I thought of doing so in a literate programming manner. For this, I have installed ob-sql-mode from MELPA, set org-babel-languages for ...
1 vote
1 answer
599 views
Elpaca Configuration Not Cooperating
new user to GNU Emacs (installed Emacs 3 days ago). I had fun learning and configuring my Emacs experience using use-package so far. Everything was working smoothly. I decided to switch to Elpaca as ...
1 vote
1 answer
673 views
Elpaca: problems with eglot version and flymake
I am using elpaca as my package manager. When I try to install flymake, using the use-package compatibility, I am getting the following error: eldoc installed version (1 13 0) lower than min required ...
2 votes
0 answers
216 views
On startup `run-hooks: Cannot open load file: No such file or directory, emacs` for `emacs` package itself
Due to an misformed Makefile I deleted my ~/.config dir which contained all my Emacs setting under .config/emacs following XDG-sheme. Luckily I had a backup of all my dotfiles so no big problem -- I ...
0 votes
1 answer
885 views
Install elpy on emacs
I checked the elpy site but came across an error where the package cannot be found? I am new to emacs and need a little help reading the error message. The specific code in the init file I tried to ...
0 votes
0 answers
66 views
Problems configuring ocaml setup in emacs
Emacs question this is my config for working in ocaml in emacs: ;; Ocaml (use-package tuareg :ensure t ) (use-package merlin :ensure t :config (add-hook 'tuareg-mode-hook #'merlin-mode) (...