From 48e57d6018ec0350f85b15dac7673f4e694faf21 Mon Sep 17 00:00:00 2001 From: Nathan Bittner Date: Thu, 15 Feb 2018 11:28:16 -0600 Subject: [PATCH] fix setq argument specification --- custom/setup-c.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/setup-c.el b/custom/setup-c.el index b2b9ce36..100f6481 100644 --- a/custom/setup-c.el +++ b/custom/setup-c.el @@ -17,7 +17,7 @@ ;; “python”: What Python developers use for extension modules ;; “java”: The default style for java-mode (see below) ;; “user”: When you want to define your own style -(setq c-default-style) "linux" ;; set style to "linux" +(setq c-default-style "linux") ;; set style to "linux" (use-package cc-mode :init