cmake-ide after rtags, defer tuning.
This commit is contained in:
parent
7e41fafd50
commit
cc7c06c5b7
11
init.el
11
init.el
|
@ -1,5 +1,5 @@
|
|||
;;; init.el --- tastytea's Emacs init file.
|
||||
;;; Time-stamp: <2019-03-23 10:16:47 CET>
|
||||
;;; Time-stamp: <2019-03-23 20:16:21 CET>
|
||||
|
||||
;;; Commentary:
|
||||
;;; I am using this file with Emacs 26, but most of it will probably work with
|
||||
|
@ -199,6 +199,7 @@
|
|||
;; cmake integration.
|
||||
(unless slow-computer
|
||||
(use-package cmake-ide
|
||||
:after rtags
|
||||
:custom
|
||||
(cmake-ide-build-dir "build")
|
||||
:config
|
||||
|
@ -407,7 +408,7 @@
|
|||
|
||||
;; Interactive substring matching.
|
||||
(use-package ido
|
||||
:defer 1
|
||||
:defer 5
|
||||
:config
|
||||
(ido-mode t)
|
||||
(ido-everywhere t))
|
||||
|
@ -529,7 +530,6 @@
|
|||
|
||||
;; If 2 files have the same name, append directory name after the filename.
|
||||
(use-package uniquify
|
||||
:defer 1
|
||||
:ensure nil ; Included in emacs
|
||||
:custom
|
||||
(uniquify-after-kill-buffer-p t)
|
||||
|
@ -599,7 +599,7 @@
|
|||
["hpp" my/autoinsert-yas-expand]))
|
||||
(add-to-list 'auto-insert-alist
|
||||
'(("\\.[1-9]\\.adoc\\'" . "AsciiDoc manpage") .
|
||||
["manpage.adoc" my/autoinsert-yas-expand]))
|
||||
["manpage.adoc" my/autoinsert-yas-expand]))
|
||||
:custom
|
||||
(auto-insert-directory (concat user-emacs-directory "auto-insert"))
|
||||
(auto-insert-query nil) ; Don't ask before inserting.
|
||||
|
@ -641,7 +641,6 @@
|
|||
;; Edit remote files.
|
||||
(unless slow-computer
|
||||
(use-package tramp
|
||||
:defer 1
|
||||
:config
|
||||
;; ssh is faster than scp and supports ports.
|
||||
(setq tramp-default-method "ssh")
|
||||
|
@ -666,7 +665,7 @@
|
|||
(unless (equal (user-real-uid) 0)
|
||||
(unless (getenv "SSH_CONNECTION")
|
||||
(use-package server
|
||||
:defer 1
|
||||
:defer 5
|
||||
:init
|
||||
(setq server-use-tcp t
|
||||
server-port 51313
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
127.0.0.1:51313 16158
|
||||
127.0.0.1:51313 14127
|
||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user