NOI

先把配置背过吧:

(set-background-color "gray15")
(set-foreground-color "gray")
(global-linum-mode t)
(setq default-tab-width 4)
(show-paren-mode t)
(setq-default cursor-type 'bar)
(global-set-key [f8] 'shell)

1 1 (set-background-color "gray15") 2 2 (set-foreground-color "gray") 3 3 4 4 (global-set-key [f8] 'shell) 5 5 (global-set-key [f9] 'compile) 6 6 (global-set-key [f10] 'gud-gdb) 7 7 8 8 (setq default-tab-width 4) 9 9 1010 (set-frame-parameter (selected-frame) 'alpha (list 85 50)) 1111 (add-to-list 'default-frame-alist (cons 'alpha (list 85 50))) 1212 (setq-default cursor-type 'bar) 1313 (show-paren-mode t) 1414 (global-linum-mode t) 1515 (setq c-default-style "awk") 1616 (custom-set-variables 1717 ;; custom-set-variables was added by Custom. 1818 ;; If you edit it by hand, you could mess it up, so be careful. 1919 ;; Your init file should contain only one such instance. 2020 ;; If there is more than one, they won't work right. 2121 '(cua-mode t nil (cua-base)) 2222 '(show-paren-mode t)) 2323 (custom-set-faces 2424 ;; custom-set-faces was added by Custom. 2525 ;; If you edit it by hand, you could mess it up, so be careful. 2626 ;; Your init file should contain only one such instance. 2727 ;; If there is more than one, they won't work right. 2828 '(default ((t (:family "宋体" :foundry "outline" :slant normal :weight normal :height 158 :width normal)))))

舒适版

然后调以下几个地方:

Opinion里面,把复制粘贴改成windows常用的那种;

Opinion -> Set Default Font -> Free Mono -> 14;

对拍:

# include <bits/stdc++.h>

using namespace std;

int main()

{

int n=0;
while (1)
{
n++;
printf("Test %d:\n",n);
system("./data");
system("./std");
system("./my");
if(system("diff std.out my.out"))
{
puts("WA");
getchar();
}else puts("AC");
}
return 0;
}

2019.5.26更新:

今天下载了windows下的emacs,发现以前一直不生效的半透明终于可以用了,真的很好看呢。

(set-frame-parameter (selected-frame) 'alpha (list 85 50))

一个注意事项:windows下的emacs打开终端会非常非常卡,把字体调成宋体就可以解决这个问题。

焦点在页面上的时候是这样的:

焦点不在页面上的时候是这样的:

点赞
收藏

评论区

加载中...

相关推荐

MySQL:[Err] 1292 - Incorrect datetime value: ‘0000-00-00 00:00:00‘ for column ‘CREATE_TIME‘ at row 1

文章目录问题用navicat导入数据时,报错:原因这是因为当前的MySQL不支持datetime为0的情况。解决修改sql\mode:sql\mode:SQLMode定义了MySQL应支持的SQL语法、数据校验等,这样可以更容易地在不同的环境中使用MySQL。全局s

Oracle 分组与拼接字符串同时使用

SELECTT.,ROWNUMIDFROM(SELECTT.EMPLID,T.NAME,T.BU,T.REALDEPART,T.FORMATDATE,SUM(T.S0)S0,MAX(UPDATETIME)CREATETIME,LISTAGG(TOCHAR(

MySQL部分从库上面因为大量的临时表tmp_table造成慢查询

背景描述Time:20190124T00:08:14.70572408:00User@Host:@Id:Schema:sentrymetaLast_errno:0Killed:0Query_time:0.315758Lock_

手写Java HashMap源码

HashMap的使用教程HashMap的使用教程HashMap的使用教程HashMap的使用教程HashMap的使用教程22

2020年前端实用代码段,为你的工作保驾护航

有空的时候,自己总结了几个代码段,在开发中也经常使用,谢谢。1、使用解构获取json数据let jsonData  id: 1,status: "OK",data: 'a', 'b';let  id, status, data: number   jsonData;console.log(id, status, number )

KVM调整cpu和内存

一.修改kvm虚拟机的配置1、virsheditcentos7找到“memory”和“vcpu”标签,将<namecentos7</name<uuid2220a6d1a36a4fbb8523e078b3dfe795</uuid