mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 04:11:18 +00:00
Oops!
This commit is contained in:
parent
d6ba8171e0
commit
c8c812d59b
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
(defclass llvm-comp-dev-config (comp-dev-config)
|
||||
nil)
|
||||
|
||||
(cl-defgeneric comp-dev/tool-name ((config llvm-comp-dev-config) tool)
|
||||
(cl-defmethod comp-dev/tool-name ((config llvm-comp-dev-config) tool)
|
||||
(pcase tool
|
||||
('compiler "clang$")))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue