Emacs: typo. 🤦
This commit is contained in:
parent
6862c76d71
commit
9264bbe33a
|
@ -1,6 +1,6 @@
|
||||||
;;; common.el --- Common programming settings. -*- lexical-binding: t; -*-
|
;;; common.el --- Common programming settings. -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;; Time-stamp: <2020-01-26T01:52:05+0100>
|
;; Time-stamp: <2020-01-26T01:58:12+0100>
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
|
@ -317,7 +317,7 @@ purpose or not wide enough."
|
||||||
(use-package lsp-mode
|
(use-package lsp-mode
|
||||||
:if (executable-find "clangd")
|
:if (executable-find "clangd")
|
||||||
:after (whitespace company)
|
:after (whitespace company)
|
||||||
:define (lsp-clients-clangd-args)
|
:defines (lsp-clients-clangd-args)
|
||||||
|
|
||||||
:custom
|
:custom
|
||||||
(lsp-prefer-flymake nil) ; Disable flymake.
|
(lsp-prefer-flymake nil) ; Disable flymake.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user