Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

emacs <filename> will open scratch buffer instead of the file #25

Open
jilen opened this issue Sep 5, 2016 · 2 comments
Open

emacs <filename> will open scratch buffer instead of the file #25

jilen opened this issue Sep 5, 2016 · 2 comments

Comments

@jilen
Copy link

jilen commented Sep 5, 2016

No description provided.

@CLowbrow
Copy link

File does open in a buffer but the buffer isn't visible.

@javenschuetz
Copy link

This thread is a year old I think, so I'm only posting this in case somebody else stumbles upon it and it helps:

I found this on stack overflow and it worked for me for a different version of emacs:

"My ~/.emacs.d folder was owned by root with restrictive r/w/x privileges, so I was unable to access as any non-root user.

Make sure your current user has read privileges for the emacs config files/directories.

This fixed it for me:

sudo chown -R user:group ~/.emacs.d/
The -R works recursively in the directory."

source:https://stackoverflow.com/questions/2418057/opening-emacs-without-the-scratch-buffer-when-opening-a-file

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants