Sarcasm / irony-mode

A C/C++ minor mode for Emacs powered by libclang
GNU General Public License v3.0
901 stars 98 forks source link

installation instructions don't work on os x with either native or homebrew emacs #305

Open xaxxon opened 8 years ago

xaxxon commented 8 years ago

the native El Capitan emacs has no M-x package-install or el-get-install and the homebrew installed 24.5 can't find irony in M-x package-install and doesn't have el-get-install.

24.5 finds a bunch of packages in , but no irony.

xaxxon commented 8 years ago

Oh, I didn't know you had to add package repositories.. if that isn't in the install directions maybe you could add it? or maybe I just missed it

(require 'package) ;; You might already have this line (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) (when (< emacs-major-version 24) ;; For important compatibility libraries like cl-lib (add-to-list 'package-archives '("gnu" . "http://elpa.gnu.org/packages/"))) (package-initialize) ;; You might already have this line

and then M-x list-packages to refresh