태그>emacs(총 74개의 글)
'emacs' 관련 최근글
-
- Emacs tramp for termux ssh
-
개인 공책 by 그녀에게가다|2022/05/03 23:01
When you use tramp for a file in termux over ssh, you would get this error. File error: Couldn't find a proper `ls' command or tramp-error: Couldn't find a proper `ls' command To solve this, add termux's paths to tramp tramp-remote-path..
- Emacs tramp for termux ssh
-
- [Elisp] 이맥스 Emacs/WSL2에서 현재 단어에 다음사전 열기
-
개인 공책 by 그녀에게가다|2020/10/17 15:55
Emacs / WSL2 현재 커서가 있는 위치의 단어를 다음사전에서 검색하는 함수;; my dictionary;; map to F5, Doom emacs(map! "" #'wsl-dict-at-point)(defun wsl-dict-at-point () "Search word at point in Daum Dictionary" ..
- [Elisp] 이맥스 Emacs/WSL2에서 현재 단어에 다음사전 열기
-
- emacs의 occur 기능
-
심심한 뽀송이 by 뽀도르|2015/08/12 16:45
golang으로 개발하면서, liteide를 썼는데 2010년형 맥북에어에서 느리고 가끔 뻗어서, 구관이 명관이라고 emacs를 써보기로 하고 를 따라서 코드 자동완성 기능까지 추가했는데, 코드 익스플로러 같은 기능이 아쉬워서 찾다가 가장 단순한 게 emacs의 빌트인 기능인 occur를..
- emacs의 occur 기능
-
- emacs php mode setting
-
Hari's room by Hari|2014/10/31 05:22
Emacs php mode 설정하기 php를 이맥스에서 사용하려면 따로 설정을 해줘야 합니다. 두가지 모드가 필요한데 php모드와 mmm모드를 다운받으시면 php모드에서 html도 예쁘게 코딩하실수 있습니다!ㅎㅎ php-mode와 mmm-mode 다운받기 .emacs 설정파일에 아래 내..
- emacs php mode setting
-
- Shell Scripts for GLOBAL
-
Vital Memes by daftcoder|2013/10/21 00:08
- creatags #!/bin/bashgtagsfind -H . ( -name "*.[csSh]" -o -name "*.cc" -o -name "*.cpp" -o -name "*.m" ) | xargs etags -o TAGSfind -H /usr/include -name "*.h" | ..
- Shell Scripts for GLOBAL
-
- 이맥스 내장 한글입력기 사용하기 + 기본한글설정
-
libsora.so by 씨언|2012/12/31 15:00
이맥스는 특유의 괴랄한 규모덕분에 다른 에디터에서는 거의 찾아볼수 없는 기능인 한글입력기가 내장되어있다. (그러니까 한영키를 눌러서 한글/영문 입력상태를 바꿔주는거) 일반적인 에디터의 경우는 에디터 자체에 입력기는 내장되어있지 않고 OS에 존재하는 입력기를 이용..
- 이맥스 내장 한글입력기 사용하기 + 기본한글설정
-
- 윈도우 환경에서 emacs HOME 디렉토리 변경하기
-
libsora.so by 씨언|2012/12/31 14:02
유닉스 환경의 경우 이맥스 설정파일은 /home/user_name/.emacs에 위치한다. 그런데 윈도우라면 저런 경로가 존재할리가 없잖아? 윈도우의 경우는 C:/Users/user_name/blabla. 어딘가에 적절히 위치한다. (볼때마다 까먹어서 기억도 안난다.)저렇게 찾기 어려운 위치..
- 윈도우 환경에서 emacs HOME 디렉토리 변경하기
-
- 이맥스 설정파일(site-lisp/site-start.el)
-
libsora.so by 씨언|2012/12/14 10:20
(setq default-directory "d:/GitHub")(setenv "HOME" "d:/home")
- 이맥스 설정파일(site-lisp/site-start.el)
-
- 이맥스 설정파일(.emacs)
-
libsora.so by 씨언|2012/12/14 10:19
(custom-set-variables ;; custom-set-variables was added by Custom. ;; 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 w..
- 이맥스 설정파일(.emacs)
-
- [Emacs] Tagging Script
-
Vital Memes by daftcoder|2012/07/10 10:34
- creatags#!/bin/bashgtagsfind -H . ( -name "*.[csSh]" -o -name "*.cc" -o -name "*.cpp" ) | xargs etags -o TAGSfind -H /usr/include/linux -name "*.h" | xargs etags -a -o TAG..
- [Emacs] Tagging Script
-
- [emacs] 선택한 영역에만 git blame 실행하기
-
F/OSS study by namhyung|2012/05/30 18:53
emacs: 24.0.95-fc17 git: 1.7.10.1 작업하다보면 종종 특정 영역의 코드에 어떤 의미가 담겨있는지 잘 와닿지 않거나 해당 코드가 무슨 이유로 지금처럼 작성되었는지 궁금한 경우가 있을 것이다. 이 때 해당 프로젝트가 (git과 같은) scm/vcs 도구를 사용하고 있다면 이를 이용해..
- [emacs] 선택한 영역에만 git blame 실행하기
-
- [Emacs] Tutorial Links
-
Vital Memes by daftcoder|2012/02/14 14:27
emacs lisphttp://www.gnu.org/software/emacs/manual/html_mono/semantic.html - semantichttp://cc-mode.sourceforge.net/html-manual/ - CC modehttp://www.gnu.org/software/global/globaldoc.html - globalhttp://www.gnu.org/soft..
- [Emacs] Tutorial Links
-
- [Emacs] Color Theme
-
Vital Memes by daftcoder|2012/01/17 14:13
Emacs에서 Color Theme를 사용하려면 color theme 소스를 직접 빌드하여 설치하거나 아래와 같이 패키지를 설치하여 사용할 수 있다. # Debian and derivedapt-get install emacs-goodies-el # Gentooemerge color-theme # Slackware via SBosbopk..
- [Emacs] Color Theme
-
- [Emacs] Delete selected text
-
Vital Memes by daftcoder|2012/01/16 21:57
선택된 text를 Ctrl-d, DEL, Backspace 등으로 지울 수 있도록 설정. In ~/.emacs (delete-selection-mode t)
- [Emacs] Delete selected text
-
- [Emacs] Dim for #if 0 ... #endif
-
Vital Memes by daftcoder|2012/01/06 18:50
In ~/.emacs (defun cpp-highlight-if-0/1 () "Modify the face of text in between #if 0 . #endif." (setq cpp-known-face '(background-color . "dim gray")) (setq cpp-unknown-face 'default) (setq cp..
- [Emacs] Dim for #if 0 ... #endif