Easy steps to install emacs-dracula package on Mac
Package Information:
Application Name – emacs-dracula
What is emacs-dracula – You can change them either by doing M-x customize-group dracula or setting one or more of the following values in your Emacs init file. Note that these variables …
Use of emacs-dracula – Dark color theme available for a number of editors
URL – https://github.com/dracula/emacs
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install emacs-dracula using brew
brew install emacs-dracula
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
emacs-dracula is ready to use now!