Browse Source

add C++ mode

master
Brett Langdon 4 years ago
parent
commit
02e947443f
No known key found for this signature in database GPG Key ID: C2BEA329670CD664
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      emacs.d/layers/cpp/init.el

+ 4
- 0
emacs.d/layers/cpp/init.el View File

@ -0,0 +1,4 @@
;; lsp-mode
(use-package ccls
:hook ((c-mode c++-mode objc-mode cuda-mode) .
(lambda () (require 'ccls) (lsp))))

Loading…
Cancel
Save