From 022d39e5a653bc7baeadcf9ec8c6fab7aeb929c1 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Mon, 9 Dec 2019 15:22:27 +0000 Subject: some minor customisations --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 76e5fea..58073bd 100755 --- a/init.el +++ b/init.el @@ -165,12 +165,14 @@ '(icomplete-mode t nil (icomplete)) '(iedit-toggle-key-default (kbd "M-C-;")) '(indent-tabs-mode nil) + '(js-indent-level 2) '(ledger-clear-whole-transactions t) '(ledger-reconcile-default-commodity "GBP") '(ledger-reconcile-default-date-format "%Y-%m-%d") '(ledger-use-iso-dates t) '(lpr-command "gtklp") '(lpr-switches nil) + '(lsp-prefer-flymake nil) '(magit-default-tracking-name-function (quote magit-default-tracking-name-branch-only)) '(markdown-command "markdown_py") '(menu-bar-mode nil) @@ -256,7 +258,7 @@ '(tramp-default-proxies-alist (quote ((tramp-local-host-regexp nil nil) - (nil "\\`root\\'" "/ssh:%h:"))) nil (tramp)) + (nil "\\`root\\'" "/ssh:%h:")))) '(truncate-partial-width-windows nil) '(uniquify-buffer-name-style (quote forward) nil (uniquify)) '(url-be-asynchronous t) -- cgit v1.2.3