Meadow(emacs)の背景を透過させる
Oct 4, 2008AD:
		
		
	
	.emacsに下記の内容を追加
| 
					 1 2 3 4 5 6 7  | 
						;;;背景関係を設定2008/10/04 追記 (if window-system (progn    (set-background-color "Black")    ←背景    (set-foreground-color "LightGray") ←前景    (set-cursor-color "Gray")              ←カーソルの色    (set-frame-parameter nil 'alpha 90)←透過具合 ))  | 
					
大変参考にさせてもらったサイト
suztomoの日記
ありがとうございました。
ちなみに、キャプチャーを取ったけど透過が具合がキャプチャーでは取れなかった。。。。
残念
		AD:
			
			
		
		
	
No Comments, Comment or Ping
Reply to “Meadow(emacs)の背景を透過させる”
Warning: Undefined variable $user_ID in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/themes/grid_focus_public_mizo/comments.php on line 66
You must be logged in to post a comment.