veripool / verilog-mode

Verilog-Mode for Emacs with Indentation, Hightlighting and AUTOs. Master repository for pushing to GNU, verilog.com and veripool.org.
http://veripool.org/verilog-mode
GNU General Public License v3.0
246 stars 90 forks source link

Installation problem #1871

Open 1371906755 opened 3 months ago

1371906755 commented 3 months ago

For the verilog_mode, engineers at the company typically use it with gvim. However, the step of copying verilog-mode.el* to /usr/share/emacs/site-lisp requires administrative privileges, which many engineers may not have. Is there a way to complete the installation under the home directory?

wsnyder commented 3 months ago

Create a local lisp directory and add it to your load-path:

https://www.emacswiki.org/emacs/LoadPath

Web searching for load-path will show lots of other examples if you need more details.