diff --git a/init.d/programming/common.el b/init.d/programming/common.el index 7998bc1..0ea0783 100644 --- a/init.d/programming/common.el +++ b/init.d/programming/common.el @@ -1,6 +1,6 @@ ;;; 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: @@ -317,7 +317,7 @@ purpose or not wide enough." (use-package lsp-mode :if (executable-find "clangd") :after (whitespace company) - :define (lsp-clients-clangd-args) + :defines (lsp-clients-clangd-args) :custom (lsp-prefer-flymake nil) ; Disable flymake.