From 9264bbe33ad0ef9caa52e6ec43b17333bd0323b8 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 26 Jan 2020 01:58:38 +0100 Subject: [PATCH] =?UTF-8?q?Emacs:=20typo.=20=F0=9F=A4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.d/programming/common.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.