remove newline at the top

This commit is contained in:
Kaz Saita(WSL2) 2024-06-25 10:37:13 +09:00
parent bbc218b06e
commit 37162b56f6

View file

@ -1,4 +1,3 @@
;; init.el - part of dotfiles
;; https://git.kinoshita-lab.org/kazbo/dotfiles
@ -69,6 +68,9 @@
;; initialize leaf-keywords.el
(leaf-keywords-init)))
(leaf macrostep
:ensure t)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Actual Setup
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@ -193,7 +195,7 @@
(setq company-selection-wrap-around t)
(setq company-tooltip-maximum-width 50)
(setq company-show-numbers t)
(add-to-list 'company-backends #'company-tabnine)
(slime-setup '(slime-fancy slime-company))
(add-to-list 'company-backends '(company-bbdb
company-nxml
@ -298,7 +300,7 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(warning-suppress-types '((comp) (comp))))
'(warning-suppress-types '((leaf) (comp) (comp))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.