Announcement

Collapse
No announcement yet.

.emacs for root editing

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    .emacs for root editing

    Where does .emacs need to be for editing as root? Is there a way to use the .emacs in my home directory -- the same one I use for non-root editing?

    #2
    Re: .emacs for root editing

    Of course, e.g., by doing sth like,
    Code:
    sudo ln -s /home/USERNAME/.emacs /root/
    HTH,
    Thorsten

    Comment

    Working...
    X