Skip to content

yosagi/spacemacs-cmake-ide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

spacemacs-cmake-ide

Adds cmake-ide as a rudimentary spacemacs layer.

To install

  1. Install RTags and its dependencies as described here.

  2. Clone this repo under ~/.emacs.d/private (or equivalent)

    cd ~/.emacs.d/private
    git clone https://github.com/nagunn/spacemacs-cmake-ide.git
  3. Edit your .spacemacs file and tell emacs where rtags.el is installed (this is required because RTags will install this file to site-lisp by default, but spacemacs normally removes these directories from the load-path).

    (defun dotspacemacs/user-init ()
      (push "/usr/local/share/emacs/site-lisp/rtags" load-path))
  4. After installation, restart emacs and type

    M-x irony-install-server

  5. Navigate to a c++ source file and see if autocompletion and navigation are working.

About

cmake-ide as a spacemacs layer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%