lum7671.wordpress.com
Emacs, Cask 설정 | Lum7671's Weblog
https://lum7671.wordpress.com/2015/03/04/emacs-cask-설정
Emacs, Cask 설정. Cask 공식 사이트 : http:/ cask.github.io/. Cask 한글 사이트 : http:/ cask.emacs.kr/. 설치 위치 : $HOME/.emacs.d. HOME/emacs.d/Cask 를 만든다. Cd $HOME/.emacs.d. 8220;cask init” 으로 Cask가 만들어 진 것을 볼 수 있다. Http:/ cask.emacs.kr/dsl.html. 에 있는 패키지 저장소 목록에서. 예) http:/ elpa.gnu.org/packages/. 직접 가보면 본인이 원하는 package를 검색해서 찾는다. Markdown 패키지가 mkdown 이라고 있고 이것을 설치 하고 싶으면. Cask에 아래 내용을 추가 하면 된다. 4 Cask로 패키지 설치. 간단히 Cask 가 있는 디렉토리에서 cask 명령을 하면 설치가 된다. 5 “$HOME/.emacs.d/init.el” 추가. 8211; 끝 –. 태그가 있습니다. 고유주소. MAKE A HI...
deeeet.com
Tmux Plugin Manager(TPM)を使う | SOTA
http://deeeet.com/writing/2014/09/09/tmux-plugin-manager
September 09, 2014. Tmux Plugin Manager TPM を使う. Git clone https:/ github.com/tmux-plugins/tpm /.tmux/plugins/tpm. Set -g @tpm plugins tmux-plugins/tpm tmux-plugins/tmux-sidebar tmux-plugins/tmux-copycat tmux-plugins/tmux-open tmux-plugins/tmux-resurrect tmux-yank/tmux-yank tmux-plugins/tmux-battery tmux-plugins/tmux-online-status # Initialize tpm run-shell /.tmux/plugins/tpm/tpm. プラグインは自作することができる 作り方は “How to create Tmux plugins”. Written by Taichi Nakashima.
blog.ryuslash.org
posts tagged "emacs"
http://blog.ryuslash.org/tags/emacs
Stop shr from using background color. 3 April 2014 10:13 PM ( emacs. Here's just one more example why Emacs is so awesome. Reading mail in Gnus is very nice, but shr has become a little too good at its job. Add to this the many occasions when a background is specified without specifying a foreground, plus a color theme that is the inverse of what is usually expected, and you can get hard-to-read HTML messages, gray foreground and gray background. Args) If ARGS has more than 3 items, remove the last one.
org-trello.github.io
Install
http://org-trello.github.io/install.html
In your emacs, you need a few steps. If not already configured, you need to prepare emacs to work with melpa. For this, you need to install a snippet of code in your emacs configuration file. Is no longer maintained. Use melpa-stable package. Require 'package) (add-to-list 'package-archives '("melpa" . "http:/ melpa.milkbox.net/packages/") t) (package-initialize). To evaluate the buffers contents. To evaluate the buffers contents. Use standard emacs installation:. M-x package-install RET org-trello RET.
blog.ryuslash.org
posts tagged "config"
http://blog.ryuslash.org/tags/config
Stop shr from using background color. 3 April 2014 10:13 PM ( emacs. Here's just one more example why Emacs is so awesome. Reading mail in Gnus is very nice, but shr has become a little too good at its job. Add to this the many occasions when a background is specified without specifying a foreground, plus a color theme that is the inverse of what is usually expected, and you can get hard-to-read HTML messages, gray foreground and gray background. Args) If ARGS has more than 3 items, remove the last one.
ryuslash.org
ryu/blog
https://ryuslash.org/tag/emacs.html
I released version 6 of my Yoshi theme 8 days ago. Consequently I uploaded it to Marmalade. I felt I should mention that, and it also gives me an excuse to write something. This new version brings a newly added CHANGELOG. Inspired by Keep a CHANGELOG. It doesn't completely follow the format suggested in there because it's in Org mode format and because I felt I could style this format better than the one they propose, at least when using Org mode. I still need to export it to somewhere nice. I haven't wr...
blog.nacyot.com
nacyot의 프로그래밍 이야기 :: 새소식(News)
http://blog.nacyot.com/tags/news
Docker Korea 스터디 그룹 두번째 모임. 2014년 08월 05일 발행. 얼마 전 도커 코리아. 라는 이름으로 스터디를 진행한다는 이야기. 를 전한 바 있습니다. 그 후로 시간이 흘러 지난 8월 2일에 도커 코리아 두번째 모임. 을 가졌습니다. 이번 스터디는 시범적인 차원에서 공개적으로 진행되었습니다. 단 아직 정기적인 스터디 지원이 확정되지 않아, 이번 모임은 소정의 참가비와 부족한 부분은 리모티. 재정의 지원으로 이루어졌습니다. 리모티 팀원들을 비롯해 총 16분이 참석해 자리를 빛내주셨습니다 :). Docker Korea 스터디 그룹. 2014년 07월 26일 발행. 함께 쓰는 가계부 Shomney. Shomney는 계속 개발중입니다만, 이 공동가계부를 뒤로 하고 Remotty 팀에서는 2번째 커다란 주제로 도커(Docker)를 스터디하기로 했습니다. 그리고 지난주 토요일(7월 19일) 시청역 스페이스 노아. 에서 첫 모임을 가졌습니다. 2014년 04월 28일 발행.
rejeep.github.io
Cask v0.6
http://rejeep.github.io/emacs/cask/2014/03/19/cask-v0.6.html
It’s time for a new Cask. Release. I began working on Cask v0.6 around christmas and now, over 200 commits later, it’s finally ready. To upgrade, run:. This release includes a lot of new features, which I will describe below. We want to allow other packages to build upon Cask, such as Pallet. Now Cask has a nice API for that purpose. See http:/ cask.github.io/api.html. There is a new directive, called. It specifies what files should be included when building the packages. For example:. New alist for the.