Skip to main content

Questions tagged [load]

0 votes
1 answer
43 views

I have a file as: .... (require 'widget) .... (ert-deftest my-test () .... (widget-convert type) ...) .... I loaded the file with (load-file (buffer-file-name)) and no error. But when run tests ...
Mitu Gabriel's user avatar
0 votes
1 answer
60 views

I'm writing a package with several different files, in which the placement of the root directory is important. Since I don't know where other users will put the package, I thought I'd be clever and ...
Alexander Praehauser's user avatar
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
3 answers
82 views

I've got a standard function that seems to disappear on launch. After about a half an hour to an hour of use the function becomes available again. (avy-org-refile-as-child) The function appears to be ...
cochrane12's user avatar
-1 votes
1 answer
137 views

tl;dr I have the following snippet in config file: (setq-default indent-tabs-mode nil) (setq-default tab-width 4) (setq indent-line-function 'insert-tab) It does not load until I load the init ...
Chinmay Chhajed's user avatar
0 votes
1 answer
65 views

I wanted to try GNEVE, the video editor for Emacs, but its code is from 2008;) (use-package gneve :ensure t) Debugger entered--Lisp error: (error "Loading file /home/b0ef/.emacs.d/straight/build/...
Jason Hunter's user avatar
  • 1,234
0 votes
1 answer
2k views

I have a ~/.emacs.d/init.el which includes:- (load-file "blabla.el") blabla.el is in ~/.emacs.d/ When I start emacs I get this error:- File is missing: Cannot open load file, No such file or ...
balanga's user avatar
  • 153
2 votes
1 answer
211 views

I started getting an error on loading theme files and tracked it down to the (load) function being called by (load-theme). I tried to isolate the problem with the following test function and am still ...
Daniel Doherty's user avatar

15 30 50 per page