Skip to main content

Questions tagged [use-package]

use-package is a macro package to isolate Emacs configuration lines in the init file. By isolating related lines, the configuration performs better and is easier to maintain.

0 votes
0 answers
41 views

I have a new Mac M4 (Sequoia 15.3.1) and am running GNU Emacs 30.1 (9.0). I have downloaded adaptive-wrap (0.8) via l-pac. In my .emacs I have (use-package 'adaptive-wrap) (setq adaptive-wrap-extra-...
sgmoye's user avatar
  • 179
0 votes
0 answers
84 views

At https://www.gnu.org/software/emacs/manual/html_node/use-package/Hooks.html, the Emacs manual states (use-package company :commands company-mode :init (add-hook 'prog-mode-hook #'company-mode))...
Addlai's user avatar
  • 161
4 votes
0 answers
300 views

I'm on 30.1 and just tried this in my init (use-package lean4-mode :ensure t :commands lean4-mode :vc (:url "https://giqthub.com/leanprover-community/lean4-mode.git" :rev :last-...
147pm's user avatar
  • 3,085
0 votes
1 answer
178 views

I am using use-package and straight (with (setq straight-use-package-by-default t)) to load my packages. I would like to use this scss-mode package to work SCSS files. I am loading it with (use-...
Tamas Papp's user avatar
0 votes
1 answer
108 views

I'm attempting to centralize my key-binds in my org-literate Emacs config, that expands out to a series of use-package declarations. The issue I'm having is with the passing of keys as variables into ...
Alex Stragies's user avatar
0 votes
1 answer
202 views

Setting up bindings for Python Mode (and its Tree Sitter variant) with the following use-package form mysteriously fails: (use-package python :bind (:map python-mode-map ("C-x *&...
bci_'s user avatar
  • 33
1 vote
1 answer
178 views

I've been using Emacs + Spacemacs for writing my LaTeX documents (and some programming) for a long while. As a project for this weekend I'm trying to dig deeper into Emacs fundamentals and write my ...
GeometriaDifferenziale's user avatar
0 votes
1 answer
107 views

I'm new to emacs. I installed the package org-sidebar using (package! org-sidebar) and (use-package org-sidebar) in doom emacs. I then open org-sidebar-tree in my buffer. According to the ...
user56834's user avatar
  • 101

15 30 50 per page
1
2 3 4 5
19