Skip to main content

Questions tagged [directory]

Filter by
Sorted by
Tagged with
0 votes
2 answers
216 views

I'm trying to use emms in emacs 29.4 for MacOSX Monterrey. Everything works fine except for playing files in nested folders. Here is my config: ;; MEDIA ;; EMMS (emms-all) (emms-default-players) (emms-...
Irbin B.'s user avatar
  • 140
0 votes
2 answers
572 views

I have the following statement in two installations of emacs (setq default-directory "~/.emacs.d/") followed by (load-file "keyboard.el") One installation finds the file, the ...
balanga's user avatar
  • 153
0 votes
3 answers
154 views

I was using this init file on a NixOS machine. It is important to note that parts of the file were written with use-package and other parts were a legacy from the classic imperative installation of ...
Pedro Delfino's user avatar
0 votes
1 answer
195 views

Projectile-grep, projectile-ag et al always execute the search in the current file's project. What I want to do is to select the project from a completion list and get projectile to search that ...
vfclists's user avatar
  • 1,511
3 votes
1 answer
1k views

Given you started Emacs passing a LISP file through command line: emacs --load .custom.d/init.el how it could be possible to dynamically obtain custom.el directory location? Since the default init....
JP Ventura's user avatar
2 votes
2 answers
1k views

Is there a way to temporarily create a new directory, then remove it when the body of the code has finished? (with-temp-directory path (write-test-files-into path) (other-test-functions path)) ;...
ideasman42's user avatar
  • 9,513
11 votes
1 answer
9k views

VSCode (and other graphical editors) allow you to open any folder, and all source files in that folder are already tagged such that you can jump to definitions of functions/objects as long as the ...
archmuon's user avatar
  • 163
0 votes
1 answer
78 views

I want to get all the full path by a folder name called autoload, in my config i had split it like this file structure. ├── init.el ├── packs │ ├── +completion │ │ ├── ivy │ │ │ ├── ...
xiaodong huan's user avatar
4 votes
1 answer
959 views

I want the backup files to be created in sub-directories of the files being edited, and I have created a function returns that directory. (defun tempfilepath () (interactive) (concat (file-name-...
vfclists's user avatar
  • 1,511
1 vote
1 answer
62 views

I've used emacs in various configurations over the years, but the one aspect I couldn't find a good proxy for is relative directory logic. My goal is to use evil-mode + web-mode. I'm not interested ...
Tom's user avatar
  • 215
0 votes
2 answers
1k views

I'm launching Emacs using runemacs on Windows 7, from the emacs directory (C:\emacs-26.1-x86_64\bin), using runemacs --debug-init. I get the following error text: Debugger entered--Lisp error: (file-...
Thomas Matthews's user avatar
2 votes
4 answers
425 views

Is it possible from within Emacs to find directories with a given depth from the current directory from within Emacs and receive their respective location in form of a list? I want it to work cross ...
sidharth arya's user avatar
5 votes
2 answers
2k views

I want a "default directory" which is constant across all contexts (buffers, packages, etc). That is, when working on multiple files, opening a new terminal, doing anything which requires a starting ...
Lorem Ipsum's user avatar
  • 4,707
0 votes
2 answers
402 views

In tmux, I can press some key combination and split the current window into two windows in the same directory. I've tried the split-window-* function, but found it just duplicates the same buffer in ...
Alex Eftimiades's user avatar
1 vote
1 answer
140 views

Is there any way to export a list of folder names which has been modified today using a dired mode or any other package on emacs
Vaibhav's user avatar
  • 623

15 30 50 per page