Skip to content

Instantly share code, notes, and snippets.

View cuspymd's full-sized avatar

Myoungdo Park cuspymd

View GitHub Profile
@cuspymd
cuspymd / tramp-term.el
Created March 4, 2022 09:20
tramp-term 수정사항
(defun tramp-term--select-host ()
"Return a host from a list of hosts."
(let* ((crm-separator "@")
(default-host (tramp-term-default-host)))
(completing-read-multiple
(tramp-term-prompt default-host)
(tramp-term--parse-hosts "~/.ssh/config")
nil
nil
nil
(setq url-proxy-services
'(("http" . "168.219.61.252:8080")))
(server-start)
(put 'upcase-region 'disabled nil)
(fset 'find-next-tag "\C-u\256") ; macro for C-u M-.
(fset 'find-prev-tag "\C-u-\256") ; macro for C-u - M-.
(global-set-key "\M-]" 'find-next-tag)
@cuspymd
cuspymd / tide.el
Last active January 31, 2018 11:38
Draft to support remote files
;; '(company-idle-delay 1.0)
;; '(flycheck-idle-change-delay 2.0)
;;; tide.el --- Typescript Interactive Development Environment -*- lexical-binding: t -*-
;; Copyright (C) 2015 Anantha Kumaran.
;; Author: Anantha kumaran <ananthakumaran@gmail.com>
;; URL: http://github.com/ananthakumaran/tide
;; Version: 2.6.2