Skip to main content

Questions tagged [config]

0 votes
0 answers
11 views

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 ...
Gangula's user avatar
  • 429
3 votes
3 answers
724 views

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 ...
Mickey's user avatar
  • 33
0 votes
0 answers
75 views

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 ...
spav's user avatar
  • 118
1 vote
1 answer
599 views

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 ...
niceiq's user avatar
  • 41
1 vote
1 answer
673 views

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 ...
0RI0N's user avatar
  • 11
2 votes
0 answers
216 views

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 ...
lukeflo's user avatar
  • 265
0 votes
1 answer
885 views

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 ...
Ranon's user avatar
  • 1
0 votes
0 answers
66 views

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) (...
cofeek-codes's user avatar

15 30 50 per page
1
2 3 4 5
7